Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

334 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,395 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 333 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,394 (19,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,069 892,069 00000000000000000001bfe2ed3d669d4f0be8c24e0b9b7b4397ac62576cbf69 1.35 MB 2,637 3
892,068 892,068 000000000000000000019387669fd48726c61c32ca7fbf49dd9f78fc117fde33 1.68 MB 3,410 7
892,067 892,067 00000000000000000001092dceb67a2a1389b63e617ac47271cb8f8faeb028a2 0.46 MB 586 3
892,066 892,066 00000000000000000000bc2f29630b782ced095f5b822ca31500a8f4b9a98e0b 0.17 MB 470 5
892,065 892,065 00000000000000000001fb57e1ae4a5cb650daf678077db39feb86e97979b482 0.80 MB 1,987 4
892,064 892,064 00000000000000000002413f7342b57be6efe459832c01048444ea827fb1c812 0.57 MB 1,153 2
892,063 892,063 000000000000000000020ea32f11119b89d035d385f94ffc8fd6c5a13f9cc98c 1.24 MB 2,633 3
892,062 892,062 0000000000000000000250fa053199f42674856393719e2654efafea98f7f4be 0.96 MB 1,475 3
892,061 892,061 00000000000000000001c06c750521197974719a0e42a8f5b20452e5bacdbd2a 1.05 MB 2,153 2
892,060 892,060 00000000000000000000ca293f05bfe94ab0df3490dcbc2cd8a7465b3348dc24 1.61 MB 2,604 1
892,059 892,059 0000000000000000000088672296704eb3f8c0e1514c3d636c00bb19eb4f1dd0 1.55 MB 2,631 3
892,058 892,058 00000000000000000001cb7dc07c427e29cbfa8f2350ba3961bf4fbf8243f227 1.64 MB 3,133 3
892,057 892,057 00000000000000000001481999d87a41b586593b985324daa7f4469cea0b44af 1.65 MB 3,671 4
892,056 892,056 000000000000000000021012e38525dff52e651985effce32fbd6eee0b13f69f 1.70 MB 4,479 3
892,055 892,055 000000000000000000016da037ba841e8505db24d0000d471415df6874198d15 1.71 MB 3,976 4
892,054 892,054 00000000000000000000424a40dec933b25dd5e517a58994b333f5777ea0bc62 1.78 MB 3,689 24
892,053 892,053 00000000000000000000c1e77fb5b816fc2367660d89c79afc283f8875ec06df 1.82 MB 5,084 4
892,052 892,052 000000000000000000004db3d0e9e223739e944362767a5d10c9cbf58b3c5c9c 1.84 MB 4,579 7
892,051 892,051 000000000000000000005d96fa37eb112f5a99b689c52307b4478a24542b0fb6 1.82 MB 4,779 7
892,050 892,050 000000000000000000002b4ee31f8bf8f1187c3c0a22a62d702be95732fddd5e 1.78 MB 4,436 8
892,049 892,049 00000000000000000001ceca0cc0d2518bd77bdbf70e21e9ad6d63223e8c7681 1.64 MB 2,851 8
Previous 10 blocks ↓
Total Size: 775.97 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,403.54 GB sent, 128.66 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.