Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,099 transactions (4.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,625 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,075 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,624 (853,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,312 57,312 000000000897504cb69db24858675a5c27a407bbc2caa18f8bab33604537d9be 0.00 MB 1 0
57,311 57,311 000000000c24f9436c323f1f35388b280afddf28cf1159c4d36c40bba9aba8fc 0.00 MB 1 0
57,310 57,310 000000000275f435cd1224ec79794c025b8adac876e5e064956eaafbab2b37f0 0.00 MB 1 0
57,309 57,309 0000000015564858b6ec763be596f20466f1943aa48eca526d2bdfe35251287c 0.00 MB 1 0
57,308 57,308 00000000093fb2e5797228eb5628e49ec0eff9eedce47f8ff4a4b4a5216cd087 0.00 MB 1 0
57,307 57,307 00000000117a3e4ecb2f1bbbe3dd8bd86377b17347623141ad8466904fbbe25d 0.00 MB 2 0
57,306 57,306 00000000061e2a3bf5ee42737c394ece36f8595aea8e221e5175d1024aeb02e3 0.00 MB 1 0
57,305 57,305 000000000de4faa8e7b294b0c6714b649a33d4307c14d8add96189e1c7bb1960 0.00 MB 1 0
57,304 57,304 000000000037b02640c66bb7d95b81e5cfed4aef40ec1d96e40625c4013a96e9 0.00 MB 1 0
57,303 57,303 0000000012c2624f7ccb775a5242f79686eabdef83a665c7f765e7e1862959db 0.00 MB 1 0
57,302 57,302 000000000eff4b76f99e910c555d2a174596419378683030afd27982a812e4ef 0.00 MB 2 0
57,301 57,301 0000000003c74f335eeef41fece87acaa6f03724d24c9398f28d204409bed74e 0.00 MB 1 0
57,300 57,300 0000000005465beabd8eb583ce012a45aa358efdd16f0500404ee3335426b766 0.00 MB 1 0
57,299 57,299 0000000006866d1a433b2ea4f65bd6c36e34ef6b9e70db930dcf1a50ab4635c1 0.00 MB 2 0
57,298 57,298 0000000014bdd9ad30904e98d202988426bf37fc9773a4d13d86a1ded1fadbfa 0.00 MB 1 0
57,297 57,297 000000000deeaa29f5583ef3433eaf5c78c34a18ffa8977fb686d14af7e77c94 0.00 MB 1 0
57,296 57,296 0000000008c8a45a82aca2bdfc8bdaaed095c8884bf0f3e4fb49c4b14d5d59ce 0.00 MB 2 0
57,295 57,295 000000000773f6eb84d6557fa962092425ce3fc674475c3922b81dc1e8f275ca 0.00 MB 1 0
57,294 57,294 000000000ef7f6bfaa16cfa1bae41133759f7904fae39aa14499bc69e8d582be 0.00 MB 1 0
57,293 57,293 000000000a2b7371725347efb3119a49ab02a0b43c5e30a4174bf79a12c7c805 0.00 MB 1 0
57,292 57,292 00000000119683b8e275e3f40dcc4a21bbaa79984ff797e411d5e1ce45d98e5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.74 GB sent, 121.24 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.