Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,767 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (867,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,261 43,261 000000002a20687d9522e74ee8a33604abd1ab56f418e2f47fbdcd930627b4d6 0.00 MB 1 0
43,260 43,260 000000001b9b51830bcc91a3b2dee754110532ed217df0697d7947581df68344 0.00 MB 1 0
43,259 43,259 000000004378a1b8aecbd26b117d54122fe317e5d51226e66ff7a6d0e8b6ec9a 0.00 MB 1 0
43,258 43,258 0000000020811a157958156ca3f6758f406ede6cbb3257c28cd6be07322bfb00 0.00 MB 1 0
43,257 43,257 0000000010133340a23dc93158244c39ecc60b3248eb2e891b115d3c7b624f87 0.00 MB 1 0
43,256 43,256 00000000364e21fd50c77eadcecde7e35e9f1ca9681d0a3bf8b64e42f832509d 0.00 MB 1 0
43,255 43,255 000000002d8d88fcfeeceda0419b1ef7c972d29dac72c3c4efff5d9c0c2ceb35 0.00 MB 2 0
43,254 43,254 0000000034651b05981f0d0e91119f194eaadeb23b56a7b15344ac0b72ed5ae0 0.00 MB 1 0
43,253 43,253 000000000a4203b98e02a9fd55d48e7d57b5a59b3a84686db5245024ab720942 0.00 MB 1 0
43,252 43,252 0000000000be82c2248dc2b3e5762fbcda2622abe404ac1538b97ff81f150f0f 0.00 MB 1 0
43,251 43,251 000000000e1d0b6cdc1495ad6b8d68301f33c2d6e6047a24833e5389565ddb42 0.00 MB 1 0
43,250 43,250 000000003ccd8b841bab59d20192b560e43903cf8cad8167b7fa41d426806843 0.00 MB 1 0
43,249 43,249 000000003e1aeeb1c6c2ecf36601ea2fe8d4d0e50e6e281bf618d7d2b7840e26 0.00 MB 1 0
43,248 43,248 000000002f9d8fda993b734e4e4d048f393497fe149ca14f96f72fc7448ab170 0.00 MB 1 0
43,247 43,247 000000000920dfc8b4c090e57f19e15bd88b846fc8ef59461db4b3ee58f57e78 0.00 MB 1 0
43,246 43,246 0000000032ce0d073c229e06a41d3967b9c65f9696bc8711ef14f97576957c20 0.00 MB 1 0
43,245 43,245 000000003b1667b5abc11fdd30da05ab5c4b1c91d4d32fac1a710846252e6d31 0.00 MB 1 0
43,244 43,244 0000000023029e6accc3b2619d3ce59945140ed35ccf98c59dc13f9c9f6014c4 0.00 MB 1 0
43,243 43,243 0000000034c051cb091ed746827d59e838cd25eaad5bf487f99873745f8e538b 0.00 MB 1 0
43,242 43,242 000000000ef524d4cedf34c9518bb990e20fed6c5a7fd351b0ce4035fe1d539b 0.00 MB 1 0
43,241 43,241 000000002232482f8b6d5b5d663c7418308f89981993a56f331e2ef05e4eba60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.