Loading Tool

Explorer IconExplorer

Memory Pool

74,918 transactions
27.60 vMB
0.07318732 BTC
Random Selection Loading Transactions
Max Size: 168.52/200 MB

Candidate Block

Mining Attempt 1eab2bb8f23930fc13a8e142e531d84c06b072a5102568d2881057c4a4f57263
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 603eda1a75519f65e4f5dc171e1b03675744b450a7cb800f7d5164a5c2a4e4aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.01424019 BTC
Feerates: 80.55 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (813,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,427 101,427 000000000003972d198da52e71480a649f3e75fddbe8204d9ce3a156a43a1275 1 0.00/1.00 vMB 0
101,426 101,426 000000000002390a8c2e61695cde7d9de8fc4b02ddf53f194b1101f2814e92be 6 0.00/1.00 vMB 0
101,425 101,425 0000000000038fa62108d815509177ed2ecc66e7ddeaac2090d574bae271a3fd 2 0.00/1.00 vMB 0
101,424 101,424 0000000000006a0dcb1a0839866a9e45d6616a8248670f93747b56e39b5ae917 6 0.00/1.00 vMB 0
101,423 101,423 000000000001d8fc81bf94185744725c1c6505a4726c04e2528ae79e76fbe5bb 12 0.00/1.00 vMB 0
101,422 101,422 00000000000188d8d9b371e3eb176e7483086cbd61e5044c6f3082d31aa15fbe 13 0.00/1.00 vMB 0
101,421 101,421 0000000000000f19e430bbe2c471046ddc055d333cb5eb3a1742bc305f0ffd9d 3 0.00/1.00 vMB 0
101,420 101,420 0000000000000e6389748d875fdff314f6097e17660f8eed68b26a330a9ed820 3 0.00/1.00 vMB 0
101,419 101,419 0000000000016ae8494a48c98f8d37a90b5e8f4a69524e59bf1e2e21c8a355b0 1 0.00/1.00 vMB 0
101,418 101,418 000000000000cbf87254b66e0eccd8f674dd2ea56858842c83cde9cd731cd37c 1 0.00/1.00 vMB 0
101,417 101,417 0000000000016c38c3b6ab812860c72db72488a2466a368ceac31f3868551d56 6 0.00/1.00 vMB 0
101,416 101,416 0000000000011e4297fb9582eda006fc1945932718098733f247a1bce7fda271 1 0.00/1.00 vMB 0
101,415 101,415 000000000001d920056aa54d50f262f9f024a53dea719a7cfc2e948f7411cef2 4 0.00/1.00 vMB 0
101,414 101,414 0000000000009223d17c89fe6fc5080c0e004deeda1dd126bdf38517fdcac901 3 0.00/1.00 vMB 0
101,413 101,413 00000000000031376750676a47fbbe8a2fc46a73f3aa5b8638dd07de26caf3e1 8 0.00/1.00 vMB 0
101,412 101,412 000000000001d43fc52aa3391167ff225c164db17a81cab55aeeb7a3d73131d2 12 0.00/1.00 vMB 360
101,411 101,411 00000000000035bb52a419db7aa0d82d1755836ea0ee6da0bb172752c38d0b77 12 0.00/1.00 vMB 0
101,410 101,410 0000000000030fe1f5a625e98aac6ceb96b804febb146dfe4815909b7c7cf270 11 0.00/1.00 vMB 0
101,409 101,409 00000000000223f43d0ede7b2fe15772a6cc024c668842596b57a1f1a7c9bc7d 1 0.00/1.00 vMB 0
101,408 101,408 0000000000011389f60bf831a06ea3c7b8a84ed7283e191a82d36b3c1793cc44 4 0.00/1.00 vMB 0
101,407 101,407 0000000000009e92fc89889b771d86e3d7b791db0c59b6b5486344336f11b8a5 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.00 GB
    • Received: 17.15 GB
  • Uptime:

Notes

  • 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.