Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

842 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,595 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (867,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
43,240 43,240 00000000256bacfb8aa0414fe31a090772ee1234082a71e6f6fa609bcb5d813d 0.00 MB 1 0
43,239 43,239 00000000066e9f153b0ed7f3735580a12117aabd0ee314b7549d054810ba37e8 0.00 MB 1 0
43,238 43,238 000000002b89b96b3516e563ab2e0558ed7decd5f155261131f0ff19830d7560 0.00 MB 1 0
43,237 43,237 00000000095a5d9081132fd3e2dec1c3151a94ba8b55a24a47de9bec6165573b 0.00 MB 1 0
43,236 43,236 000000001ad33b230061fe17ede104b59fe21434f2c319d57da8c2f5f9c9f17a 0.00 MB 1 0
43,235 43,235 0000000028f5ac92edf084eb3dfd286997ad37def5f4360075c207c2e3d990ec 0.00 MB 1 0
43,234 43,234 0000000024da11de6d6f060e293c910f80065f6ecd1866128bf15e22abcb7f32 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.47 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.03 GB sent, 120.92 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.