Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

777 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 769 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (822,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,464 87,464 000000000008bb19d61a98f0a190d0e9d0cf27a9db9fd0f96ab8ee7ff03ac29a 0.00 MB 1 0
87,463 87,463 000000000007ae4bb03750f185b354037d1100ce012b842e7949d94b4e6d0390 0.00 MB 1 0
87,462 87,462 000000000013e3c32d78c926619dea21d3ceb50e06e1b5c37d3f60bc02c5a7c9 0.00 MB 3 0
87,461 87,461 00000000000afc364371128eb61e36f55da9eeeeac7643ac4656c4bb6e1e26fc 0.00 MB 1 0
87,460 87,460 000000000012f27c7f6441909f9f0144ceff312c92a2fb5582e8e969ef918e9f 0.00 MB 3 0
87,459 87,459 00000000001b6b0d17314ee42dfa2ce21de6db534136e707b6dcd64b75ed8f08 0.00 MB 1 0
87,458 87,458 00000000001d701cc3bbc7251be9c4955a1ceeaa3ea12bd22f1d0a35a47d6812 0.00 MB 4 0
87,457 87,457 00000000001a47dc3b34cb0340517102a66adc445be554ecbe7ef663a658b91c 0.00 MB 2 0
87,456 87,456 00000000001bfc01be5aa282c482dcbfa5cfd947edc04eb0b11d9f9829bf4c49 0.00 MB 1 0
87,455 87,455 00000000000cb3971f00367a5d69dde53d2ce3b1002ae4de0607294ce9430bab 0.00 MB 2 0
87,454 87,454 00000000001d70bcfe0f4fb7b1fae1be219d17d3b092cfe707b0aca82307d965 0.00 MB 1 0
87,453 87,453 0000000000155732b06867568370660832d8fb2d374c05e7bbf207408ee22540 0.00 MB 3 0
87,452 87,452 00000000000620dfd86066a4ac9e8d817599196eb25ba7ef30c2b6542c812949 0.00 MB 1 0
87,451 87,451 00000000000e4b5fbcc4df6161b9e5ee0f47ea80ffc535146a8aa95a1cc562ca 0.00 MB 2 0
87,450 87,450 0000000000146c409c3cb2e4d36b64ac493adc6f4344199572df7cb09f8612c4 0.00 MB 4 0
87,449 87,449 00000000001d805c783057794d438d4df4cdbbe01919d53b158e644373ca954e 0.00 MB 1 0
87,448 87,448 0000000000072764ce0f8c3c8d0856463cec17c8cd87525ae8e206ec7d1846b3 0.00 MB 6 0
87,447 87,447 00000000001c41c07213d948ecdcefe5ed127ef7a9266e09008916417cf57961 0.00 MB 5 0
87,446 87,446 000000000016c41d6b11600685acd68b0c20d42bef8ade7f57dada95847f6fab 0.00 MB 1 0
87,445 87,445 0000000000137eb5b5cfdd68c7ebd0abb960507a53133ac17719f38e9b4dda8a 0.00 MB 2 0
87,444 87,444 00000000000764b7993897912dae41753fc2793b1d728cbc4a45ae5635696965 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.67 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,099.66 GB sent, 111.67 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.