Loading Tool

Explorer IconExplorer

Memory Pool

43,874 transactions
31.22 vMB
0.09132286 BTC
Random Selection Loading Transactions
Max Size: 158.77/200 MB

Candidate Block

Mining Attempt de823363c3655a31bf5eccd32f329c49bd5149bb4988565a4a31eb15c1b95d03
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root 31838f6e3c94fb0bbe914fc38cb5c412b2928e9ae1b7bf579c958c5f7804d519
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.02817631 BTC
Feerates: 100.53 > 2.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (813,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,482 100,482 00000000000228fdc8c8cca2a993dc61e8e8e2ff134a400fd4631ecddd061149 1 0.00/1.00 vMB 0
100,481 100,481 000000000003b511ccc74f7fa54410f7d6ee06b8a0d59f302f469e76d089f232 1 0.00/1.00 vMB 0
100,480 100,480 000000000000e8ce023d6734182ff4e8242ed3daeee248c25cfdbcfbdc09b323 2 0.00/1.00 vMB 0
100,479 100,479 00000000000236655c0aff1b30694820f930a5809ddae926d3c9f84d5ec098dd 4 0.00/1.00 vMB 2,453
100,478 100,478 000000000001acf5772042e935286cbaf0957bde88b7f141db33afa09e94254d 10 0.00/1.00 vMB 697
100,477 100,477 0000000000006ee6bfb50f9e66d7633ab997d25dab7c7a7a0de2468c2412c98e 10 0.00/1.00 vMB 0
100,476 100,476 000000000000616a2d5ccbbf18eb4da8968432bafccde87319b3b7d1be925b13 13 0.00/1.00 vMB 0
100,475 100,475 000000000002990c77bc2579cb2db873b01d590a175566aeb2e59a29d6257cc9 2 0.00/1.00 vMB 0
100,474 100,474 000000000003a48303f0c9409b60e414b251eef563257bcb7d31a0c4c45d2569 1 0.00/1.00 vMB 0
100,473 100,473 0000000000044543a6af2e5ba3a5328bcd12c2fc8ac8783f3b1d0a483f992ea1 3 0.00/1.00 vMB 1,902
100,472 100,472 0000000000037fdc995ec7e748c692854b826b0cf573e6f6249c68b2a3fada33 11 0.00/1.00 vMB 0
100,471 100,471 000000000002ebc3fd05beb0d2bfce7461f07ace47135f087d5c630648a496ff 1 0.00/1.00 vMB 0
100,470 100,470 0000000000044713b930c8659aefc6c306ae5e9f0c40020fca985918233d935a 1 0.00/1.00 vMB 0
100,469 100,469 00000000000136ec29dadeadd21bdf22a1ab81a228306621e69003f3304ef4ed 1 0.00/1.00 vMB 0
100,468 100,468 00000000000385c06fdc6789a6665268fbefcb35574c83700695887514c60fc7 1 0.00/1.00 vMB 0
100,467 100,467 000000000002e06e341d213054773fd888287503a97f5d6077a787020e8d624d 2 0.00/1.00 vMB 0
100,466 100,466 0000000000016f8f315cf5830ea43d556385a9d8d8e8ebfb83d82ae62d0a7e25 1 0.00/1.00 vMB 0
100,465 100,465 000000000000fb22c3577f07b1b2ab656e950e8216a6b01e430a2f2c207a61b4 1 0.00/1.00 vMB 0
100,464 100,464 0000000000045b6fbaf24d9151d2d857c10b0f1661f71bc516ec6bdc46221abb 2 0.00/1.00 vMB 0
100,463 100,463 000000000002ca3f4cd53ac75b6242fa2f8058e00e1fe4692fdbd432004a907c 1 0.00/1.00 vMB 0
100,462 100,462 00000000000299dbfab6126b918263c34043a11f3ca52bd2d1be519c442d72bf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 603.82 GB
    • Received: 10.51 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.