Loading Tool

Explorer IconExplorer

Memory Pool

82,712 transactions
31.23 vMB
0.12892496 BTC
Random Selection Loading Transactions
Max Size: 187.55/200 MB

Candidate Block

Mining Attempt 3ae9a64ab560c743dfa6eb3c9149d7039cb583ecc97f5b6332c178fe32d3666e
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 19de36dd19197dccd885afee41945dc52f4f7b35d7b0e1619059c2797e0259bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.05683834 BTC
Feerates: 180.34 > 5.70 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (446,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,439 468,439 000000000000000001653aca158898ec87bb9039bec46e2b62af95e7490ab4b9 2,443 1.00/1.00 vMB 311
468,438 468,438 000000000000000001a00d14ce0924e4dbd135c10ec61ca5f0df303ec9c05d40 1,493 1.00/1.00 vMB 283
468,437 468,437 000000000000000000927f47d647e2b1218319df82e420de431ffbb5b2e543b8 2,674 1.00/1.00 vMB 297
468,436 468,436 00000000000000000193fe4e5cfd382200c27199e19c73844be6b70b377a1b59 2,389 1.00/1.00 vMB 374
468,435 468,435 0000000000000000002e53f82b6effbe3caee23af4dcafd3842b726319b744b1 1,940 1.00/1.00 vMB 225
468,434 468,434 000000000000000000aa15ff197568506e573ccd10d0b76b0e521f227cf69211 2,553 1.00/1.00 vMB 315
468,433 468,433 000000000000000000875e60fb6edd08427145ce5a017be53f0bb25b72b505ee 2,486 1.00/1.00 vMB 244
468,432 468,432 00000000000000000136e4d06231caaea478efe0ab95c4f5e93870268e4e58d5 1,570 1.00/1.00 vMB 212
468,431 468,431 000000000000000001ad26754d8f2a9cdc830374bc082da177cb1746b7224fe2 1,776 1.00/1.00 vMB 256
468,430 468,430 0000000000000000004dbf0d1339db3da061ed27f03841e8b147d31bcf44a845 1,988 1.00/1.00 vMB 299
468,429 468,429 000000000000000001c27f0443aa233756c8a1649f2fc443d17fe80dbecadba9 1,860 0.99/1.00 vMB 347
468,428 468,428 000000000000000001c4e26a42cbdda284ef1273462e668b759e9ad14b0477f1 1,843 1.00/1.00 vMB 331
468,427 468,427 000000000000000000ec4d2886246f371d6c806fe2c89a947f429dbb18e96a62 2,108 1.00/1.00 vMB 284
468,426 468,426 000000000000000001d791cc7f81d3ca2ab3d5e7848cc940f67ecb8b1ebe7a13 1,916 1.00/1.00 vMB 226
468,425 468,425 00000000000000000082cde6e3648b1b85facd760133a84f2f0f54dc2d6e4606 1,962 1.00/1.00 vMB 237
468,424 468,424 0000000000000000003b6539da8b29d2a0a50d604612c0e5efe9368ceed6e9e6 2,372 1.00/1.00 vMB 310
468,423 468,423 00000000000000000036e8df3fe469f7c75179b0dc878e4ce3c123d02a96f882 2,679 1.00/1.00 vMB 264
468,422 468,422 0000000000000000002da1a197c4d23f157e579026dfc09996039f9d9b7582ba 2,795 1.00/1.00 vMB 278
468,421 468,421 000000000000000000ed82f3641c67cc711bc5ab24efbc2b1ce54d9f65c27430 3,210 1.00/1.00 vMB 262
468,420 468,420 0000000000000000014e3b835171e401e5b9ec835cd3db0fd9f9b94e6ab03279 2,474 1.00/1.00 vMB 336
468,419 468,419 0000000000000000000613d85f40de099378bba811e5499f7caae28be90501d2 2,234 1.00/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.