Loading Tool

Explorer IconExplorer

Memory Pool

86,146 transactions
32.08 vMB
0.21717075 BTC
Random Selection Loading Transactions
Max Size: 191.82/200 MB

Candidate Block

Mining Attempt 8debb6387ce1286ca9a92c37234f59cadd27f4ed15d1628f4ad86f7fc4a3913b
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 33af991edf3c7609bc21ac49f4c7f5b755d1200ecad8470ca758fef6532c69a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.09766570 BTC
Feerates: 529.10 > 9.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (117,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,362 797,362 000000000000000000014c5999cbce2ce3b7e191fb631ec736cf5fbfbd142484 4,437 1.00/1.00 vMB 6
797,361 797,361 000000000000000000001d0920518e89845ef5917cedd031584bd846491a0937 4,265 1.00/1.00 vMB 6
797,360 797,360 00000000000000000002d29df8f2b36190a90355022f0421f7a2f775ca628faa 2,323 1.00/1.00 vMB 14
797,359 797,359 0000000000000000000041953dd4b420dad0a1c2e1690218323fc5b2ae513260 2,836 1.00/1.00 vMB 5
797,358 797,358 0000000000000000000434aaa2cad996d774b66a17974ad1381f618a78e93e73 2,315 1.00/1.00 vMB 18
797,357 797,357 00000000000000000000bdfc3aab416c30cf986a0b2c6b8950e24a62db7f8597 1,883 1.00/1.00 vMB 16
797,356 797,356 000000000000000000044454e63057f99ff60d474046af0a5e044c749f944b15 3,305 1.00/1.00 vMB 15
797,355 797,355 000000000000000000002c52c7a673031ea0e1662a9385ac9c446f21eb67168a 6,509 1.00/1.00 vMB 4
797,354 797,354 000000000000000000014b5b090b6e009b4fbc6c7d85564f15e9d4f41f1738a3 4,301 1.00/1.00 vMB 10
797,353 797,353 000000000000000000057d166696acc9c13d7185264735cd12420cec1af45da6 3,443 1.00/1.00 vMB 8
797,352 797,352 00000000000000000002f1ad1c763d99b4503ff10a6d4250acdf86abe785a961 3,104 1.00/1.00 vMB 9
797,351 797,351 00000000000000000004aa4e02b95f376d30d3b81320b8dc0e8da2a0ae621f34 3,855 1.00/1.00 vMB 5
797,350 797,350 000000000000000000024b90d54c42f35933568442bec79a2cb5a346e4f3b83e 2,941 1.00/1.00 vMB 16
797,349 797,349 00000000000000000002fdd2de528b52ed2939c5a894e7dac3ee74daa044fadf 2,451 1.00/1.00 vMB 8
797,348 797,348 0000000000000000000337d440807c3b20138579e265a74373a7094d88e3b7ff 2,087 1.00/1.00 vMB 11
797,347 797,347 000000000000000000041c84fa1c1473df3b892f1f49cbbd24e2aa69d90d1947 1,887 1.00/1.00 vMB 12
797,346 797,346 00000000000000000004725d938bc0e7718bc8804b3a6a99dd5b156d21d0d7d2 2,682 1.00/1.00 vMB 19
797,345 797,345 00000000000000000000c0a8749aa216e3309836022efb52792909f2a0169a0f 3,445 1.00/1.00 vMB 23
797,344 797,344 0000000000000000000487295aa599c402442d1868e44d9dd9d7d9da7aaef94e 2,558 1.00/1.00 vMB 17
797,343 797,343 00000000000000000004078d6555cbef36e9f862e6a14c673c59c534334a4458 2,086 1.00/1.00 vMB 21
797,342 797,342 00000000000000000004839468ad880acd62815d96fc14e6f020aaced1ac7576 2,328 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.70 GB
    • Received: 16.31 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.