Loading Tool

Explorer IconExplorer

Memory Pool

75,034 transactions
27.67 vMB
0.07455675 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt 86b8b06efba92fb6e168e3c3c72f4c06195ab950dec6bad602cf321f94c0df03
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1f2dde7bae6f3125e6de7da8e190c008c6b1cb50a6220e2a01cd51fbb802a200
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01496127 BTC
Feerates: 80.55 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (259,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,119 656,119 0000000000000000000cf2cabcb9fbdfa6957ce779ac3615796bc4548cfe9da7 1,900 1.00/1.00 vMB 87
656,118 656,118 00000000000000000008a525d0d489f10c9ca7bbf3c724a8151e9c2b56c3bde3 1,673 1.00/1.00 vMB 81
656,117 656,117 0000000000000000000be46b9f7690f76a164bca41919b8469a74a52f71d79ae 1,469 1.00/1.00 vMB 102
656,116 656,116 000000000000000000050af1fdc9ced797afcc4a85442425af273fdfa94f31fd 2,344 1.00/1.00 vMB 165
656,115 656,115 0000000000000000000ac8d917efa2c8f6d6edaf261ab5d6ccfd97dd76375aad 419 1.00/1.00 vMB 16
656,114 656,114 0000000000000000000736e750e10bc4600cf2d492a610b6ac049b24418eda60 1,406 1.00/1.00 vMB 50
656,113 656,113 000000000000000000016dbf7aefd4390f7815d61acf4091b0c24c085475914a 1,982 1.00/1.00 vMB 19
656,112 656,112 000000000000000000088112713601efe087e97c7db7c76d0cf6eace750e976c 1,689 1.00/1.00 vMB 132
656,111 656,111 000000000000000000075c46a912b8f4f3183623cc6a01dbea2dfb0a9c8ed6e8 1,718 1.00/1.00 vMB 72
656,110 656,110 0000000000000000000df25e9611aa4387b23871c256a6b5aa2ed61b910a8548 127 1.00/1.00 vMB 8
656,109 656,109 0000000000000000000e7a7a4ee1867baac84e6abf3e77869fb991f68e5d0a20 931 1.00/1.00 vMB 13
656,108 656,108 00000000000000000008ea76a6589790dda21671e79a094c2b3f7ec41cc35ff7 1,969 1.00/1.00 vMB 61
656,107 656,107 000000000000000000108dfeaa2ce0c504eaaea57e156fd353f88137e2d8b40d 1,762 1.00/1.00 vMB 27
656,106 656,106 0000000000000000000a237985cc5066343e0349ce76d1885434e117ae212c17 1,394 1.00/1.00 vMB 16
656,105 656,105 00000000000000000006c99377d472611adcec729ab4e00e7a5c2c7c5903a552 2,062 1.00/1.00 vMB 47
656,104 656,104 000000000000000000048f475bf0882449e2d2faaee8174cf16fa085e0bacd7c 1,612 1.00/1.00 vMB 96
656,103 656,103 0000000000000000000f93efeaff7cc9785b868b699182f4abed2a8a42c4d4f7 1,475 1.00/1.00 vMB 14
656,102 656,102 0000000000000000000e183ea1594460fc2d94238d6d365c20b1e884a53113e4 2,288 1.00/1.00 vMB 14
656,101 656,101 000000000000000000055f43a8b8fa4e2d386c8c549eca8d960dd460bd88dffb 2,094 1.00/1.00 vMB 15
656,100 656,100 00000000000000000008fcb6343c769b19c56d4f5021735a952a08f0bafaa052 2,005 1.00/1.00 vMB 87
656,099 656,099 00000000000000000002a9b56ffbf0db97efadc7425d46735493250620fd2db6 2,222 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.