Loading Tool

Explorer IconExplorer

Memory Pool

79,241 transactions
23.86 vMB
0.10720677 BTC
Random Selection Loading Transactions
Max Size: 153.56/200 MB

Candidate Block

Mining Attempt e811bdab9d5a6d612a0128e93baaa2c50f7f7a57ff0a3350cd129e6902cc7241
Version 20000000
Previous Block 00000000000000000000d8824305e65809f7f54a1ce7e3b8645993571a8a5018
Merkle Root b364f631c8b05b63781ca74ca01a758d66a8f8a5aed2fca4de9cd995ec510220
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,318
Size: 1.00 vMB
Total Fees: 0.03474657 BTC
Feerates: 151.12 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,830 (840,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,439 75,439 0000000000028c77f1a3b8260ecb8c8d714e6b11677a3b4b5763c03964fc260e 2 0.00/1.00 vMB 0
75,438 75,438 0000000000407fe0324c3586aac6e560169dc8235aa71818c7d68c3f18d1de06 1 0.00/1.00 vMB 0
75,437 75,437 000000000062faf97d705b8a28e4095d187916afa0b7d3922f34e92a32e84433 1 0.00/1.00 vMB 0
75,436 75,436 00000000001f01a72c40c1cdcb6c71b5e492bd46bd0ab1a6f57675381f0ec6e4 2 0.00/1.00 vMB 0
75,435 75,435 00000000004dbc0a80c069d8b7ff063dcf0e6c06ceae7f11c1ca16e88c7b7ec9 2 0.00/1.00 vMB 0
75,434 75,434 00000000003d3efb54458c04cb3293cd1ba1394758d4e860fb976d3d5ed77ac0 1 0.00/1.00 vMB 0
75,433 75,433 0000000000495509520d277fc45aaca19ba679701e9c6ef1f352dc9b83926aa0 1 0.00/1.00 vMB 0
75,432 75,432 00000000007b37ef1deefcfabc63a64ad0dda51bb28af7b025739501dcf62c1b 1 0.00/1.00 vMB 0
75,431 75,431 00000000000964d0de4b0f4913a90968ccf16392dc9c894935446f01c92221ac 2 0.00/1.00 vMB 0
75,430 75,430 0000000000050e19f4fcc1e2eeaee8380867a3cee13a5a95d7613f4c524865a7 1 0.00/1.00 vMB 0
75,429 75,429 00000000000dc958c453e92cc05158464b735afdbfd049654ed2ce2dd50d89de 2 0.00/1.00 vMB 0
75,428 75,428 00000000003f9e802291366f6b1d6f192401cda7f2e931b6aa05308a1c40dcd6 2 0.00/1.00 vMB 0
75,427 75,427 000000000005464a97525f6398f7ca9b16c13d8c52083f91e5e061f94e4cc17d 2 0.00/1.00 vMB 0
75,426 75,426 00000000004ce669115e6161bebd39a53a855ed8fffc1f033c19a798b9be9b7b 5 0.00/1.00 vMB 0
75,425 75,425 00000000002c9482ca53123ce700927ef124374507e8d777a19c4b6a34240bcc 2 0.00/1.00 vMB 0
75,424 75,424 0000000000440e9f86bca9b0a9744661ad56b15e22470bf3710d61eb2e475784 2 0.00/1.00 vMB 0
75,423 75,423 000000000036025ef3c2a24cc6096ad02a039fb8b8ac7cfe329c60d89faa2465 1 0.00/1.00 vMB 0
75,422 75,422 00000000002554eb76c042d70c0c4ab2ae345466160acfbf491149c8c1a10dab 8 0.00/1.00 vMB 0
75,421 75,421 00000000003e3ee3a8272b501fb5f18b126f4d8a2ac29923a2012509d64fa3d2 1 0.00/1.00 vMB 0
75,420 75,420 00000000005312c800a78a105482cc9ff4c7dfeb43eb8994b97db44458bb4bd2 1 0.00/1.00 vMB 0
75,419 75,419 00000000001d9b27b763329813075fa97ec02aad0c83365508b084acc932a85d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 791.44 GB
    • Received: 21.80 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.