Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,215 transactions (0.45 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
909,407 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,406 (851,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,364 58,364 00000000108328c6d8c42cd757684e64b6ec7124305f64f3a6f1f69fb70bee60 0.00 MB 1 0
58,363 58,363 00000000087a3b048828dd24c11b7d0e215b6d99be90abcd520c9490046970ae 0.00 MB 1 0
58,362 58,362 0000000006c0240f5bd66a23cb8640686eebb0b239ff46763e5e126f3f3f274a 0.00 MB 3 0
58,361 58,361 0000000014f67378e393106d5afab2f6e28d8c4553f390c6736e7feeae29cba6 0.00 MB 1 0
58,360 58,360 0000000013873dfd1fb59f7a0eb20590ffaf42e5886182646c6ea0d1e90307cf 0.00 MB 1 0
58,359 58,359 0000000008549e12e7efccd42bdf0fdad60a8924a615f396bd57f18ee35dcdc6 0.00 MB 1 0
58,358 58,358 0000000004e695de749d8f8983a1c337fc6b8ce26394cb450f44d540e0362990 0.00 MB 1 0
58,357 58,357 0000000000fbd3bc05f75e4fece49752e3e48f8501077b29e7f97d027118fd88 0.00 MB 1 0
58,356 58,356 0000000003b7dbd45fb948bf751f24cb052bd0f3db554d44c255e93ec2f50e48 0.00 MB 1 0
58,355 58,355 0000000002efd34adc6eb1718a268f5ed42d3eaa920ca4835f997ddcaabb9684 0.00 MB 1 0
58,354 58,354 0000000009ad71b0edcac41ef8d03a9acaa19f5c89c917c82051994297fecd6a 0.00 MB 1 0
58,353 58,353 0000000004e2d26da8546d1c09f9496815af0ced77372a1a32eda2380b8c6d37 0.00 MB 1 0
58,352 58,352 0000000011e9e383d28cd5276db8e6608757f64c40c33cbbeb7b4a4569319285 0.00 MB 1 0
58,351 58,351 000000000690cf9e231230b5695ec6fabdc5d5bb65fad4818d8d5a3cdf67c0a3 0.00 MB 2 0
58,350 58,350 00000000074cafdb4c3da94effb76168150d1d0111e014d23928189041fc8e0d 0.00 MB 2 0
58,349 58,349 000000000d76ad618c5e9367b39c5e219bd2650b8151dfc5780815d8e69d8a58 0.00 MB 2 0
58,348 58,348 0000000005f3584497b9fd86d8b6fbdd8e976bea0047d1f62d2c3f7af90614e8 0.00 MB 2 0
58,347 58,347 000000000eb5277c761e74b490361e9d740c15ebce68cbbb07e58d6fed19ceb3 0.00 MB 4 0
58,346 58,346 000000000eab6e34980a450bf86ec1d275354adee7f2c918c576a077a76448d0 0.00 MB 1 0
58,345 58,345 000000000c44588de3fa39761d8c4769ea71de576e7c3ebfca1fe26c99b4323f 0.00 MB 1 0
58,344 58,344 00000000081ca9f393bf38217324af5662ea911e862cef8b8c328ea1d6210477 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.28 GB sent, 109.61 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.