Loading Tool

Explorer IconExplorer

Memory Pool

84,747 transactions
31.45 vMB
0.09046233 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt d2dbf0a49ca70e219474796cfe1864e609c95b1f17e22ab5567ecaa8a96aada1
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 695b680648a7fc9e1e4113009ed62f59a8cc341b5b15c0f31774f2a13b474091
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,975
Size: 1.00 vMB
Total Fees: 0.01363922 BTC
Feerates: 73.20 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (159,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,795 755,795 00000000000000000006e3a7e0f98388a6711dcb7b9778c9e38be848c3dc18c5 1,054 1.00/1.00 vMB 15
755,794 755,794 00000000000000000006c0e1997fa616017e720f1fe8baaf982f7bac8c4c7b00 2,598 1.00/1.00 vMB 22
755,793 755,793 000000000000000000015bf2271b817124c3c94ef42b1f1c63b8a278ceceead0 2,447 0.76/1.00 vMB 12
755,792 755,792 00000000000000000006e5902306443c3a5a0158f7a943183fec6b1e83724fdc 1,102 0.44/1.00 vMB 10
755,791 755,791 00000000000000000000a3a5df1b7e203ef7132a9c09c6e6b7f9440a4f74160a 2,502 1.00/1.00 vMB 7
755,790 755,790 0000000000000000000064582ca5b0923f7b71d86d5eff265f51f0714cdc6ac6 2,938 1.00/1.00 vMB 17
755,789 755,789 00000000000000000003ed483f1d3d80107b2486804030335015022a8cb9e77a 687 0.49/1.00 vMB 3
755,788 755,788 0000000000000000000701d9b0ee68020c1ba874a81b533bbd89b7abcf9c75ff 2,936 1.00/1.00 vMB 12
755,787 755,787 000000000000000000060eba4e057be05126d26a7257d9b6c4af249eb580ddd4 1,171 1.00/1.00 vMB 5
755,786 755,786 00000000000000000007e2f1c9288bca1c3d0ba894a5158275765b2578e150d5 2,511 1.00/1.00 vMB 4
755,785 755,785 000000000000000000024b2dd5bafb475d582bfd7096fdf9a75ef91bd5874cd7 2,883 1.00/1.00 vMB 14
755,784 755,784 0000000000000000000638302664f715792cc9d7db0252acabdfec8ace982aee 3,172 1.00/1.00 vMB 12
755,783 755,783 00000000000000000001fb82389f03fe176992a10ba9bee4da9af92659d93c3e 2,191 1.00/1.00 vMB 13
755,782 755,782 00000000000000000001f20e62c13006712a932e517be2751ecaacd3b417b1ba 3,167 1.00/1.00 vMB 28
755,781 755,781 0000000000000000000825c6f835d8f59223adf5d512956742adb7b714b458e0 3,404 1.00/1.00 vMB 15
755,780 755,780 0000000000000000000456e8aa5b815beaf04b61e74b1ca384cbe4d11e8b0ac3 2,976 1.00/1.00 vMB 17
755,779 755,779 00000000000000000005dab12058b3a6093d503ba92bf80b45647b3fc92acffb 744 0.22/1.00 vMB 12
755,778 755,778 000000000000000000025f852039d3efa60c9cde75e2efdcaab0134abda61205 2,189 0.89/1.00 vMB 7
755,777 755,777 000000000000000000045b5662393bae6c5084abeb4bdf72bdac18095e4804d7 3,354 1.00/1.00 vMB 16
755,776 755,776 000000000000000000011d7d61068c400b067b666279f2ae20a1297c7052e994 2,063 1.00/1.00 vMB 7
755,775 755,775 000000000000000000007de6c094d708cc830a5244a85bfc6c9990f7034e70a0 2,271 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.