Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,075 transactions (1.64 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,459 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (894,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,419 15,419 00000000f60abf4fff63d29ec936117e4cd4fa2e728563bf273b2a3c9247b259 0.00 MB 1 0
15,418 15,418 00000000b5335c62196b0b58da6acc5f9bdc6bb376b2d27ddb3350e034deb07b 0.00 MB 1 0
15,417 15,417 000000003de31455a3535b2e2b17cb75cea0c9160b675181e47f3fe208b791d6 0.00 MB 1 0
15,416 15,416 000000006754345cd0b3785c9848dc239d1108a1c047278281e87c615ad28046 0.00 MB 1 0
15,415 15,415 000000001abedd018ea3a79d3f6277227af1cfc1088cf697ad64e090c07fdfbd 0.00 MB 1 0
15,414 15,414 0000000083616d6a80aa032cebd5c3e21cd3ef047d1afb982d56a6d0c84e3229 0.00 MB 1 0
15,413 15,413 00000000ec5a0699c9d2fb0af3d015adbad0208ef9524e434ce29b35c88214e9 0.00 MB 1 0
15,412 15,412 000000009d0b8af6152fd7624b607570e57ee69d1d860379008e831cbb625d31 0.00 MB 1 0
15,411 15,411 000000008343599f86d060ec451813c485887799171989784d4b0227e9061131 0.00 MB 1 0
15,410 15,410 000000002c0dcb1efce0f53d417098f58c46fc87d8a40225bd7d85c51296277b 0.00 MB 1 0
15,409 15,409 000000005d90d746607fbe453f7b2bc0ab46ba4c4321f982ddb579a8cb4c5594 0.00 MB 1 0
15,408 15,408 000000009c176b3771f6cec894d0a3e11dcb9c673838fd51d235ae6bbcc81da7 0.00 MB 1 0
15,407 15,407 00000000714404cddd711b1485134f77b204d27d4e66e9fab81ad8b07a809af4 0.00 MB 1 0
15,406 15,406 000000008fa7b39f7c8843620e56fbcc7589d117424eba658806c3af3e4a62c7 0.00 MB 1 0
15,405 15,405 00000000428e8d1e3909f7a3ee5268d43aa481d5065df4af02daaf00454a7f90 0.00 MB 1 0
15,404 15,404 000000005182a35f028badc24ff9cfcfda192d7463e8c131d8d9bb0f23e9f87c 0.00 MB 1 0
15,403 15,403 000000009e15ae5f935017f693cbdcc8b2bef4cd12b3871ce46a29998e8d7991 0.00 MB 1 0
15,402 15,402 00000000f6645348e39e9d8ff7ac480d978354d8bac41c18965f7c7d6f942bfe 0.00 MB 1 0
15,401 15,401 000000002aa6a35fb54b1ec830033e62eea9ea88b95e02f30ecce0b2e2053ab7 0.00 MB 1 0
15,400 15,400 00000000cea8f9819b976381299be1ed0ee7bf50a43ada4be0b6586ee2df9d08 0.00 MB 1 0
15,399 15,399 000000000cfe2c9e3c241b88ec93b09c41538f43cddb22991097f659caea2e12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.18 GB sent, 110.20 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.