Loading Tool

Explorer IconExplorer

Memory Pool

82,189 transactions
30.19 vMB
0.09911852 BTC
Random Selection Loading Transactions
Max Size: 182.27/200 MB

Candidate Block

Mining Attempt cb34aea5bce7c4e2370c4fbd523eda9bcd6189994b962c8f3607ab303b5a8584
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 2d3d00b0a17dcf5cdd9095d34934374e2ea183a87c5cd26901a7227cf53afefe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.03732056 BTC
Feerates: 526.32 > 3.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (240,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,669 674,669 00000000000000000008a2793fdf4a71bce2ba0bcf053685221270b0af1eef35 2,215 1.00/1.00 vMB 63
674,668 674,668 0000000000000000000a04a9bc0a56b8a189d74011b0dd7e038c2090a473e49c 1,033 1.00/1.00 vMB 22
674,667 674,667 0000000000000000000262ee6261a415ba334790be3c368f5975d3364737c3aa 1,567 1.00/1.00 vMB 26
674,666 674,666 00000000000000000004f3cb91721ab7adcf71c828b524b156b2085d0e90c9c2 1,156 1.00/1.00 vMB 103
674,665 674,665 00000000000000000003320c77e35796f061dd6b108f901c326ec393053c6a4f 1,823 1.00/1.00 vMB 16
674,664 674,664 00000000000000000004cf3cd7bef5f00c3f6aee50ff547eaed81e380db9d0f5 1,164 1.00/1.00 vMB 30
674,663 674,663 0000000000000000000ac7801203daa18a1dbbc1b44ddf4bd47ef6ae9229e49c 2,329 1.00/1.00 vMB 93
674,662 674,662 0000000000000000000bbd76ce1435d228103abcbb8d6dc493dbe7d4f39bd7f8 1,514 1.00/1.00 vMB 56
674,661 674,661 0000000000000000000a72d50bd67441401f2496cef1737d98937e623b6569af 2,231 1.00/1.00 vMB 26
674,660 674,660 00000000000000000008b2a609153e9c64ac1cd5a6538e53db696fdd59cecffe 1,388 1.00/1.00 vMB 43
674,659 674,659 00000000000000000005e9b5acac78e9e6c00958f1fe08e38d4912b16cd87aa1 1,892 1.00/1.00 vMB 22
674,658 674,658 00000000000000000008e25778fe6b1e432887f4708365d1a41e6331e2c666bf 1,061 1.00/1.00 vMB 40
674,657 674,657 00000000000000000006ccba0265c03ae9a3b51b66a2f34d23e060f705d8385d 1,961 1.00/1.00 vMB 72
674,656 674,656 0000000000000000000b8e8fff850437edd45e8661ffe3cb812549a537d04ae3 2,048 1.00/1.00 vMB 77
674,655 674,655 0000000000000000000a9fa761ecd0e1edfa17d4ee7926ad147698940255a223 1,388 1.00/1.00 vMB 66
674,654 674,654 0000000000000000000cc1c048f23556b7b95e368cc5fe5e5a52beb09307d672 1,187 1.00/1.00 vMB 106
674,653 674,653 00000000000000000005e6ba1a968fb617422d18e1610578c7bdaf6e5e0be19d 1,516 1.00/1.00 vMB 62
674,652 674,652 0000000000000000000c1072dc20b925998b7f6da654ff9bea4706276c508c62 1,846 1.00/1.00 vMB 33
674,651 674,651 000000000000000000073bb776ee6b9b904a696e049502392e7397524b47f701 2,151 1.00/1.00 vMB 73
674,650 674,650 0000000000000000000793dc8245a519a8f5b3eb2b6195a55281b031901da669 2,119 1.00/1.00 vMB 40
674,649 674,649 0000000000000000000134474c8c7e5824a13bd1f1183cc3d906875ffa0a6ddb 1,408 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.