Loading Tool

Explorer IconExplorer

Memory Pool

78,215 transactions
29.62 vMB
0.09129351 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt a5ef6ef16f1d29f6b0f88c1c877e72934e4d4fc29f3bf0c005e043a50e2c0013
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root f030391155588c115e9b73bf7c3662a1dede7c99a5d7510f7d9a0e2914c1b5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02557227 BTC
Feerates: 477.45 > 2.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (477,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,438 437,438 000000000000000000e2f4b6bff9b8c38a0b4374392014b1f648639a22436364 2,472 1.00/1.00 vMB 84
437,437 437,437 000000000000000003aa9112ac6cba8cbfe7a096fd356163b4919942717dee6a 2,510 1.00/1.00 vMB 77
437,436 437,436 00000000000000000285705cfcfb940105e9b1d6279060475f71c78e18541ff6 2,478 1.00/1.00 vMB 60
437,435 437,435 000000000000000002208d5d2f37ed4244398546b1e185bbf0dd86bf235fefd3 2,399 1.00/1.00 vMB 70
437,434 437,434 000000000000000001aaa1b95bdddfb3b036070f6aae9c36839a8577912380b2 2,539 1.00/1.00 vMB 94
437,433 437,433 000000000000000001abe5640abaad4a200b666bc801e5bb59baee09ffa98edf 2,304 1.00/1.00 vMB 77
437,432 437,432 00000000000000000279f8471fb2f9ee6a835d6f198ee76c0205b76da74085e8 1,333 0.63/1.00 vMB 68
437,431 437,431 000000000000000001e46241441cee5bdd115c578b19a57f73c9339edf439b72 1,909 0.84/1.00 vMB 72
437,430 437,430 0000000000000000029f313d0acf98b05f118fdcba1fb7dd12319297a60a6f7a 792 0.95/1.00 vMB 24
437,429 437,429 000000000000000003bcb1d0c169355f577f43e54d6723369966669876b1f4b8 1,742 1.00/1.00 vMB 53
437,428 437,428 00000000000000000243bae8bf89e69b7f91012505f5fd4087b1988e3262c127 2,561 1.00/1.00 vMB 74
437,427 437,427 000000000000000002c60c6a16dabe04f50682017d5d50807869d18d7fc99069 2,529 1.00/1.00 vMB 96
437,426 437,426 00000000000000000229ce700e7afff1f0892790df27fe8398589e5f62539acf 2,404 1.00/1.00 vMB 73
437,425 437,425 000000000000000003d19316c018713a613b0c45923d0bef44223e0387800371 691 0.99/1.00 vMB 25
437,424 437,424 0000000000000000011df2afe86ff4a01c48c2bae6a77266a0b7d5346b46c404 1,561 0.97/1.00 vMB 46
437,423 437,423 000000000000000003d8d86425845dc7f6b842c5fbc6c46ed273de74bbb41e48 531 1.00/1.00 vMB 16
437,422 437,422 0000000000000000042aadbad9de9a663b6726ab7473f81f402087a742042968 345 0.21/1.00 vMB 59
437,421 437,421 0000000000000000033fba66eb2e969d568a216871ebc3918fa64447aa6edb18 1,035 0.56/1.00 vMB 56
437,420 437,420 00000000000000000386187b33a963275893241df7826bb9b47adb2748a94dfb 606 0.31/1.00 vMB 59
437,419 437,419 000000000000000000b83982a4edb9d041d4f56ba84cee403595a96d02667895 615 0.31/1.00 vMB 98
437,418 437,418 000000000000000003d796fe743d4a638e43e5c8437e6bba7acff7400e201112 1,042 0.55/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.