Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,728 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (613,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,448 297,448 000000000000000022c8827a387dec78e18339755bd9a6c478eb834a48e4a659 0.55 MB 731 35
297,447 297,447 00000000000000004dd584396b8a58ee5a5b4ee5dd9fa687e91f2e2730a29bea 0.14 MB 79 13
297,446 297,446 000000000000000040cbadd280cebb26d0077f8643eb097e584dcec64ec53e70 0.17 MB 128 14
297,445 297,445 00000000000000008fb80a8656526f1764389908598aae2b6df0a9c3e1e3db83 0.50 MB 1,166 44
297,444 297,444 000000000000000037d83270eaa8c6044e791b43b71a9c2a1a7a95c41e034b7b 0.10 MB 256 79
297,443 297,443 00000000000000009b1b34d960b327adcbf4d7da0b1fe002d7d65359294c0925 0.14 MB 196 25
297,442 297,442 00000000000000007112668cf158eb13e574b6cad4fdaf5a95a2d7559a138b70 0.00 MB 1 0
297,441 297,441 000000000000000065d03664575a75ae2bab2755494dda6ed8f8fe94b38e11a3 0.16 MB 312 50
297,440 297,440 000000000000000052715bd133591476d26a0336a6b08288de3e0875bee6c597 0.18 MB 353 31
297,439 297,439 00000000000000007eea6efe58413427936b5001bbaa5058bc1db4f1d1d51380 0.19 MB 235 33
297,438 297,438 00000000000000009af1613abade3eb6ad079872e4d4b74c5f1c56a742532b21 0.03 MB 55 21
297,437 297,437 00000000000000005fc0b7162d34f6169b1ce67c512f73104561d48eee1aa73b 0.30 MB 409 30
297,436 297,436 000000000000000089d84b2304e52e9b7d9e77290d579d83004b5f50ff3cdb1e 0.08 MB 142 30
297,435 297,435 00000000000000009537376c80da7d34bf4593ade5d1dcb2da837f2ff66190d9 0.34 MB 672 40
297,434 297,434 0000000000000000886cf64b47e985afc61366553edd3ce09ea7166afd59bb23 0.06 MB 122 37
297,433 297,433 000000000000000086e5a51d35e76f1f33d8b1b7f7ba309c43774d093a0b0638 0.35 MB 549 20
297,432 297,432 0000000000000000347538c8dea342f167c420d19b83aaed11e713103ecb63aa 0.22 MB 512 50
297,431 297,431 0000000000000000428c81961059db0a1ae5bd4824c4250cfc89f8d469b12654 0.05 MB 104 30
297,430 297,430 000000000000000054981734ff5f21a745e4ddbd322c18649e1ceb71dc6394a6 0.08 MB 123 35
297,429 297,429 00000000000000004bdd3661965d0313e4c21fe3b23e977e80198d0de46287ef 0.03 MB 29 18
297,428 297,428 0000000000000000953474be63d19122e684c7adfeebacbf6783babfabacaf77 0.10 MB 69 20
Previous 10 blocks ↓
Total Size: 775.68 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,380.93 GB sent, 127.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.