Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,737 transactions (3.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,563 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,384 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,562 (863,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,079 46,079 0000000013e4c9afa80706b19839c10e08fe74f5b21c835d661813961036c2ff 0.00 MB 1 0
46,078 46,078 0000000024f17b904a28af5c5864104b4ab42facadfb40c4ab3ad509bbaaf7cc 0.00 MB 1 0
46,077 46,077 000000001c9048f276d6615c5811a27334fcfa0d580e329e86ee247ffa3178bf 0.00 MB 1 0
46,076 46,076 0000000001ec484c5f3896cac8661f756de3031e29dfa42e39aa020b1d703fd2 0.00 MB 1 0
46,075 46,075 000000001d9514f030932c185b03ee0cfca67786a715a6ae5d481edd6df66cf3 0.00 MB 1 0
46,074 46,074 000000000b4f8b114dfb189baf3f626047c9a3596b8d08cd5184eb98f4ba0f63 0.00 MB 1 0
46,073 46,073 000000002d56893c44d40838ea545a92a4a6fc9627f09642d9fb156a021a8f82 0.00 MB 1 0
46,072 46,072 000000001440532013a0f914173d789a2e4fe19feea8b7552526270d35cdbf8c 0.00 MB 1 0
46,071 46,071 00000000362b9d87a4b29bc8223133917e8df810de22ff7027632900da401020 0.00 MB 1 0
46,070 46,070 000000001844845a6e970fb1034f0fae6f05929358d998e35ac3de3a08a325a9 0.00 MB 1 0
46,069 46,069 000000001b7f35e0682ffa837063974340d6485e02f447cc7065764984d4caa4 0.00 MB 1 0
46,068 46,068 0000000036a32aa984934448e7e939d841372aea5175b483e84a8d3baaa1c45d 0.00 MB 1 0
46,067 46,067 000000001daf3f06570da82ffa22f81e738dfbce55cd04fbcaa4fecd0208058e 0.00 MB 1 0
46,066 46,066 000000001d640dc110020ae45dad5347c61b603f13f32e071440aa899bf599cc 0.00 MB 1 0
46,065 46,065 000000001c18ff56a196663d4eeff985119dfe495f76fa288c00fdf3bd7b54cb 0.00 MB 1 0
46,064 46,064 000000000b1e1700ac0fbfbac6bc73040f03fae9464f6d338f7d57e1d457aa64 0.00 MB 1 0
46,063 46,063 000000000dcfc3661c0dc29fb48e33f09fefbee1a0179aa2fbd052580836ac98 0.00 MB 1 0
46,062 46,062 00000000240ae2032d8445b5e8404aff5ed72838cd6d3a190938d0d7a7d20c3a 0.00 MB 2 0
46,061 46,061 0000000019b914f976fc79b26f6c56cbc68dbbebcdcf202c11aa4c7509c18f5e 0.00 MB 1 0
46,060 46,060 000000000b1155a384bb32c554f202c196d9bed11a349137e7500193c69b3301 0.00 MB 1 0
46,059 46,059 00000000023e5c1fd1ac8480bbd78607fe2e50561ebe93d8f15aac79be1214c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.80 GB sent, 111.25 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.