Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

515 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,600 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 496 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,599 (837,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,962 71,962 00000000007026fa6afa9a31104d202580319fba0d8ede281e654204a839d1b4 0.00 MB 1 0
71,961 71,961 0000000000b077906fe818d88b25239621c9bab1b0a6365a49f6ddf734ca6a8b 0.00 MB 1 0
71,960 71,960 0000000000b3bad414a23beaaca66bc7ea756ca0a4fbe9631cec64f86746208f 0.00 MB 1 0
71,959 71,959 000000000015d17184d48ab88b649e70c751888d1bbb6e49962d20701412f494 0.00 MB 10 0
71,958 71,958 0000000000b3a1d2d9b65de8666dc40616ce25a232a8be6d1fc766c6b2633df7 0.00 MB 2 0
71,957 71,957 0000000000605f4ae357846e48b1d4405660ab913f6924ff41af2b761df13fe1 0.00 MB 2 0
71,956 71,956 000000000023019dcd3a85ba0a574c4a1d44aa9ee564a45dee81de065a7d5be3 0.00 MB 2 0
71,955 71,955 0000000000457c522e7b74938ac577a2ef06aa7bb616d1761381862a534a44be 0.00 MB 1 0
71,954 71,954 00000000001465f935e832d65194e04c00591730c9828294ad210371056887a0 0.00 MB 1 0
71,953 71,953 000000000039a7e6e31d2b206ca84e2e6820f0a9167f1b189e9d68ab03f1470c 0.00 MB 1 0
71,952 71,952 0000000000c4c4437da337e38f8f8cdd7eaa9c339c98833a8ffe06fd846a46d7 0.00 MB 4 0
71,951 71,951 000000000023a2585dd2e3beab46d64a3a85b46363c876beb571d6936c4483c9 0.00 MB 1 0
71,950 71,950 000000000042bdcbd253cdd9833e2d27fb1f13958bac1fe49523de49608faa72 0.00 MB 1 0
71,949 71,949 0000000000e129868678caa65b750ed1f8b9bf089d5c9c61b22a11a4ab2b3dba 0.00 MB 1 0
71,948 71,948 0000000000be3df0804dee76701315dbd6c3776ac470f987c8297fdc859f5947 0.00 MB 2 0
71,947 71,947 00000000004f746071f1970920bbf2216a2932918a218a886994d14cfb99a1c2 0.00 MB 1 0
71,946 71,946 0000000001087c1ffbfb3f6ec20547e5279a9b04060a2f2390f2b35cb212d5b8 0.00 MB 1 0
71,945 71,945 00000000001957395c41bd20b85966f524641d7b5237217dea57fd960fb6fb4e 0.00 MB 7 0
71,944 71,944 00000000009e97ff3c235e189d4e95ddfa0a0406713c786021dfd0434116e683 0.00 MB 1 0
71,943 71,943 0000000000e79c19099d5a1651433a501b1b6b1a496188b9ba485c0cfac34f16 0.00 MB 2 0
71,942 71,942 0000000000ace973d46b6517de9d44f0849e4028a043817f47c90e6b29ec7bb7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.67 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,098.77 GB sent, 111.64 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.