Memory Pool Memory Pool Refreshing

15,828 transactions (3.83 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,207 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,206 (831,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,396 77,396 0000000000572905b52bab7180a7071ef8efbdde8f3a86bd25c69b850b876108 0.00 MB 2 0
77,395 77,395 00000000006675c87bc2d129a8adfb2ad1b26a812048fd1c191f165a8a7ad70a 0.00 MB 4 0
77,394 77,394 000000000033c980297264a0e33329bd98f0337971e25a695b289c9e10fb41f2 0.00 MB 1 0
77,393 77,393 00000000000222af586af924f40a538595392f34400119109b02b5437c2c9b11 0.00 MB 2 0
77,392 77,392 0000000000419eb119f012805786054178fb67d6108d7841c37a6859f6075b6a 0.00 MB 2 0
77,391 77,391 00000000004b6d02127979b404d47f932bb5ef639dfbba5de154c8be701a4589 0.00 MB 1 0
77,390 77,390 0000000000559880d4f7850311a4b0d87552ab2ee2a5a9cbf7ba62dcc1d4f35a 0.00 MB 1 0
77,389 77,389 00000000004224272f0737d2afc41f7b285e122772cb7dcae743e72ee7b6cb57 0.00 MB 2 0
77,388 77,388 00000000000f9e0295ac868eb20451841312874ecb91495ecf4dff52434bc0d9 0.00 MB 1 0
77,387 77,387 000000000052ed2069f24186c422a0b92b226fcc9ba2520e097195a9ee6a92f9 0.00 MB 2 0
77,386 77,386 000000000062a460c3b85585b4d5181036b388ebfd3489d8653565f9fc947099 0.00 MB 4 1,085
77,385 77,385 00000000000970b43307c2755087c41e04d47d6070edfb290cbd746141210308 0.00 MB 2 3,875
77,384 77,384 0000000000267a37c21b42d9181bfd1e0762fbc0c5bd43ea29e20391072817a8 0.00 MB 1 0
77,383 77,383 000000000065ed1256dbfe17ddb6379daadc778151bc721bbec20c24480feb02 0.00 MB 3 0
77,382 77,382 00000000002776ea690d6bb69595938c19a7aaebfc7efb0f063628ca023a76b6 0.00 MB 2 0
77,381 77,381 0000000000543abb83b40bacdd7519da9d2d908deb7fe4e571862b33c60880cc 0.00 MB 3 0
77,380 77,380 00000000004053997cbe6d8e684e5ed8ebb89fe89fff3dc8e64e7cdd24e97e3c 0.00 MB 1 0
77,379 77,379 00000000001f0934b211ec1a4d3491af23250cbef82eae3706dac54f9bf3bd76 0.00 MB 14 0
77,378 77,378 000000000014b2a26998068c6ad5253e44e24c2b043c7a12b4a9636e7455b105 0.00 MB 1 0
77,377 77,377 00000000005349ff3a9b20b373b975d0bdb3a5a79b561db49afc7c9dcaf2c6ec 0.00 MB 4 0
77,376 77,376 0000000000336ac22a077dcbdc06a3c621e6249f14f78a3b4b763546be92b090 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 771.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,003.32 GB sent, 107.45 GB received

Notes

  • This page updates every 5 seconds.
  • 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.