Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,077 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (830,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,105 80,105 0000000000523fcff11ab1d23496bbca962ea5aae9f1763d23c169ae56a3a86d 0.00 MB 1 0
80,104 80,104 0000000000412c269f30b88c0037bcc31db2aede0c25b5e3174be50dacd1baec 0.00 MB 1 0
80,103 80,103 000000000022c2a18f85e4072f64201d28960e51f3b6c6f55845090490cccb26 0.00 MB 5 0
80,102 80,102 0000000000381749a8159f109beb65b668f663a5bf9dd2a12e7482ce44ffee78 0.00 MB 4 0
80,101 80,101 000000000047663a91c7558bd52897f6628e63df81ad737450a75afe4a00fdc0 0.00 MB 1 0
80,100 80,100 000000000011ba1a6aa8ff940840013c4ab79f18d6e550ae1a1b761199959288 0.00 MB 1 0
80,099 80,099 0000000000175c078ad31b8124afcb7d93ee7875dfc0a83ba68ec4114e7dad6c 0.00 MB 2 0
80,098 80,098 00000000000d2b27ef4868b91b07d429f13a33896b3c0193e423637f3fd24145 0.00 MB 1 0
80,097 80,097 0000000000014f46a35ac1f59672200d9201cedd7addcfab7cf16c8f3ed1a1d5 0.00 MB 2 0
80,096 80,096 00000000001906c7909c7a4ecd719a5e15c3fccc57c48e476634390c2cbbcb59 0.00 MB 1 0
80,095 80,095 000000000035ecacb44018e94f488eb46cfc42de7067d80f7f60732e6ac5772e 0.00 MB 3 0
80,094 80,094 00000000001cc96c9bd3ab49efab82ef12db4b80b45c1133890f87eb8a0d762a 0.00 MB 1 0
80,093 80,093 000000000002c47205e4176119dbd589bc6e0416c8ebdc34969daee719abf868 0.00 MB 1 0
80,092 80,092 00000000001f23664356888b109e2a08c2da2d483e32924177e17250d5b14bc7 0.00 MB 1 0
80,091 80,091 000000000013a2b034e26c8120d94352f4cd8e675a13f5e441d2963702eaa73b 0.00 MB 2 0
80,090 80,090 0000000000480c81ef681130f3670e514d10134dd01114941663ff0f6cd9e33f 0.00 MB 1 0
80,089 80,089 00000000001d93733e0fa67693ad3da299263d56ab03143fadac9bf4fafa5f11 0.00 MB 3 0
80,088 80,088 00000000001caa010a322ef3e596e1fb78c71812c719c8812b4a67f4e6dbb362 0.00 MB 5 0
80,087 80,087 000000000031316054bf3d9e924a52ae7db2c04a8411409be6fc00197e49b5ff 0.00 MB 1 0
80,086 80,086 00000000000a2f51856d05800d38e41e637b24be3cb76b7326478e44228de682 0.00 MB 1 0
80,085 80,085 0000000000100a8ac178e6da4b4c3c58367548afa212221902c3e70cbc2eff8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,281.24 GB sent, 121.57 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.