Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,112 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,575 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.63 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (864,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,211 46,211 000000001013362e88d721e4ef264584938a9505a15b00c412642b1d3227d12c 0.00 MB 1 0
46,210 46,210 000000000d20d7a3cf8f7c7b352e35ad5eb929dc9e8f9b8f7917051d0fa66e04 0.00 MB 1 0
46,209 46,209 00000000277a83f4213c46184646836757f2f01c77b987cc8685cd543112a28d 0.00 MB 1 0
46,208 46,208 000000000cff17a2a1c73bf7ddad09dfdfaf27926d757877d89bf4760268845c 0.00 MB 1 0
46,207 46,207 0000000013d9be4cc32ac7b7bce48fdf2b6626c8f13fef26a8d2ec2eb44e7253 0.00 MB 1 0
46,206 46,206 0000000014dc79e2b28b6ea9a4ca980633b09a804cf8cb9d967ace94add1ba2c 0.00 MB 1 0
46,205 46,205 0000000015bff3a8b9fd67f2cb8197cb2ffcde1b7f5dde4b2238af89525a0711 0.00 MB 1 0
46,204 46,204 0000000002eda5f1ffbcc517eb323c1029bb80c393f5d23c94883b65e80cde12 0.00 MB 1 0
46,203 46,203 000000000b187f54e3b9b36ca6ce41d8a3e343b12ef51da82444b78a8a2b52ad 0.00 MB 1 0
46,202 46,202 00000000158d684b7811d8c155221962ee91e501f828c4470889c3ee8aa56460 0.00 MB 1 0
46,201 46,201 000000001646ac3e406e766522ad79eb26c9b024c1af7bb1bf0608d000b1f8a8 0.00 MB 1 0
46,200 46,200 000000000219cfce557178da9b54cc3552f320b0340c7191d5c0a4dfb8633d4d 0.00 MB 1 0
46,199 46,199 0000000029a9d74b652b0a7759fd857fbadebff3a33a94200e40ae462d584991 0.00 MB 1 0
46,198 46,198 000000001fdd0b56669b11d543ac170dda039b196e3a8e550d355db1b6fe42ef 0.00 MB 1 0
46,197 46,197 00000000191c5ab17326c573cbc98fc7e1c6f35b17d868c98ab8bd8289b6d791 0.00 MB 1 0
46,196 46,196 00000000020f4cbbd2bf6b90bc65b73a8402b3f6b5d53c8fb1e8f8a13630aede 0.00 MB 1 0
46,195 46,195 0000000019c7ec9ebd0977096b54fdaace0b7f5185cf2550c2f056837be4daf2 0.00 MB 1 0
46,194 46,194 0000000025c13414052c04ce7205eef136d0e447d47bcd83d10182cb99bee976 0.00 MB 1 0
46,193 46,193 0000000003bdb7725407bd9a012016d1e5379949c1e62073877d3ebc4a97ddf2 0.00 MB 1 0
46,192 46,192 0000000008ac6cb4cde489ea2c64f9d888565b4fa6a8a7bf30d26dbebfc1e67c 0.00 MB 1 0
46,191 46,191 000000002ff9985240029f9feef4a4b128c126eda1cdb42ec1cf83d795999d16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.05 GB sent, 120.76 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.