Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,929 transactions (2.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,075 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,305 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,074 (573,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
337,268 337,268 00000000000000000b8becc720cfa85c1876edd5e34791b66b6ab3a2b535bafa 0.18 MB 178 16
337,267 337,267 000000000000000018cef3eef035e0d355af8ad67eab0827766417f834188720 0.21 MB 222 18
337,266 337,266 000000000000000015499e2a244125aaa05b24cd8365c2c72ea8591ee6f86bd3 0.31 MB 110 11
337,265 337,265 000000000000000019806d390f092ffae85f9551a7db2aa54d300fcdf4ba922e 0.45 MB 273 16
337,264 337,264 000000000000000009c1ff06ba362a8a2bc8e83bbf1c20acfc3e15ed043db6d3 0.62 MB 441 12
337,263 337,263 0000000000000000177aa5c57c618aeb9da543ed6a988e0c06bd348aa2123d3f 0.74 MB 351 13
337,262 337,262 0000000000000000128e9490cdc158889f37314f1daa2f06156db3a8134bcbce 0.35 MB 424 17
337,261 337,261 0000000000000000070cfa2d72cde959f8467b43f6380296838adee3fa174fb5 0.35 MB 980 63
337,260 337,260 0000000000000000173338841940fffbd96ef2ff043cf5ead7027534bf6e0796 0.24 MB 419 25
337,259 337,259 000000000000000011595b8cd413fef28b76b5c5de593dfcb1973d2ab01fc36a 0.01 MB 19 126
337,258 337,258 00000000000000000ac7563b7290c664cb17317477a3c19ab62444c1f5d4fb42 0.10 MB 225 25
337,257 337,257 000000000000000002e8c59aaf33358dee57f5f4439026eeea3937a52d4b627d 0.24 MB 482 25
337,256 337,256 0000000000000000130809bd5dc4c30c509aa8b0a7074f058cdee8be0215dd1b 0.15 MB 284 47
337,255 337,255 000000000000000010ee4c648418dc9703e2f57c5abc5fc088c73e5b7165c16a 0.27 MB 532 26
337,254 337,254 0000000000000000051007483660a8e8f8a1e1d18e110d9036d7042c5f0612f2 0.10 MB 134 16
337,253 337,253 00000000000000001204fbd68a3627d7b18528932304d3e4c426d0c35025ce9d 0.05 MB 95 27
337,252 337,252 0000000000000000133af863a8b20ec3b0188fcb076f23cbadd04851450f6e0b 0.22 MB 394 18
337,251 337,251 0000000000000000076abc8d0371b96304a9967e3836e0e855cb4ec25e49d7d1 0.12 MB 300 34
337,250 337,250 000000000000000017424880b5de491700609ff7f639c6cf33b8dd6c927ab029 0.18 MB 325 26
337,249 337,249 00000000000000000b1cceba493750e9e41a26254364e74207a53f36910ce314 0.21 MB 367 22
337,248 337,248 000000000000000017825982cbc0bad59f23bd692e6edf22107217e791ae97c4 0.29 MB 382 21
Previous 10 blocks ↓
Total Size: 775.38 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,368.37 GB sent, 125.72 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.