Loading Tool

Explorer IconExplorer

Memory Pool

81,623 transactions
31.10 vMB
0.08195348 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt e0db44403860ff201f5e4ca2ca654bc09dfd4d197ce1a89426b35a0d1bddf267
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 5bee2177ce129385b0a7a613e416c33178a4293b8a755674fe2973c5d9fab1b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.01444909 BTC
Feerates: 73.20 > 1.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (813,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
101,406 101,406 000000000003ae3e3a382f3197b9807683bc76bd9bf3efbb63c430b68d3982e3 1 0.00/1.00 vMB 0
101,405 101,405 000000000002c6bba6c320993d02a590d3165ce6767c23ff7e3a66ab9ee764c5 1 0.00/1.00 vMB 0
101,404 101,404 000000000000e26b62755cf4199e2b7ee81ea83d4c0f6a2c27c8782bf1ccf306 1 0.00/1.00 vMB 0
101,403 101,403 000000000003c2105d9e817c7e42b23b21caf2c9c1eb373d8f15f53473534324 5 0.00/1.00 vMB 0
101,402 101,402 00000000000255fbd745575991b97e52b2d5f09bfd17d7ea4aa7c798111238d1 2 0.00/1.00 vMB 0
101,401 101,401 0000000000025ae0d4daf112cab075dc07f23379add7ee6a9e6f0c9e32825051 29 0.01/1.00 vMB 0
101,400 101,400 000000000003e8ffb19073074f905f4f3ab51c39415fccd45045b17d903dd11c 2 0.00/1.00 vMB 0
101,399 101,399 000000000002e90f3fde18c66c10ab2c78828a31771e453f8ebe39c21803dfd5 4 0.01/1.00 vMB 16
101,398 101,398 000000000003aa674693d7f6bbeb8b4371549f2ecdd560ae0a5f9c0b973e55e2 1 0.00/1.00 vMB 0
101,397 101,397 0000000000001237ac35b049255697f76859356f8fa7b97a5a5ec11f17e2b1e1 3 0.00/1.00 vMB 0
101,396 101,396 000000000002da82e8375782a5da370b5ebf71b7ca1e6aadb718b078494a50b1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.