Loading Tool

Explorer IconExplorer

Memory Pool

41,124 transactions
27.33 vMB
0.07855714 BTC
Random Selection Loading Transactions
Max Size: 141.09/200 MB

Candidate Block

Mining Attempt fd85798b2487595d8b5e9292c200154c918391a68470df55b58fd220c647c18f
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 128fbd9dbcc87ede763ef17d0013f17b29a26d3ea5927fc3de5feffcf096a398
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 1.00 vMB
Total Fees: 0.02584661 BTC
Feerates: 141.50 > 2.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (193,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,443 721,443 00000000000000000003430f833ccbcb4dc9b8a8ad4d594d1ecf37745ada326f 1,310 0.74/1.00 vMB 8
721,442 721,442 0000000000000000000813a1647c782951c710b9685f59ff86b9e25b628b64fc 467 0.29/1.00 vMB 12
721,441 721,441 0000000000000000000582c611b4f9752d8af88c30948e0aab85f6495e1d661d 1,030 0.47/1.00 vMB 9
721,440 721,440 0000000000000000000a28223a472cac693a9685df3e9ccaa0c7f5dd916bce2a 391 0.76/1.00 vMB 3
721,439 721,439 00000000000000000008b0ea05e97d89c8e7cb2d7412fdabc52e919c5861ffd3 1,582 0.98/1.00 vMB 6
721,438 721,438 000000000000000000098d74861559b4f3fbf6a3fa89e78698ecd0743a93fa82 246 0.45/1.00 vMB 4
721,437 721,437 00000000000000000005546b5c8ac31e6aeab24aab6dc0d7b3f7a8d7b6170e21 1,528 0.97/1.00 vMB 6
721,436 721,436 000000000000000000091a93985866d6b2c427b5b4d3064267f57b70553b2eae 662 0.42/1.00 vMB 7
721,435 721,435 000000000000000000026ee547a52e99ebf5c24699e779a5d3101ba2177a09d7 2,434 0.92/1.00 vMB 10
721,434 721,434 000000000000000000013d6c24c30b8e8f6d8a3f782c889f51c63e7acd24c854 859 0.43/1.00 vMB 9
721,433 721,433 00000000000000000002873f1d45151b712e62c29cbfdb29090e24f02a713141 442 0.68/1.00 vMB 2
721,432 721,432 000000000000000000001f78f7a1750f8fec97fb129d657c6ed1fc06f5b222f0 1,261 1.00/1.00 vMB 5
721,431 721,431 00000000000000000007acdd3adf053d238abda167c8ce01bdeb045cb9dcf311 1,454 1.00/1.00 vMB 12
721,430 721,430 0000000000000000000043cfd7c9f76fe8944e895acb184d8f9bcff05a44c6b5 703 1.00/1.00 vMB 1
721,429 721,429 00000000000000000009ea7158bdb3d694d9c15dfec09dcecfe059f3239b1ec9 2,690 1.00/1.00 vMB 4
721,428 721,428 000000000000000000007b83b06d2a9a37964e661bf41f46d5d2be89661a7255 2,427 1.00/1.00 vMB 17
721,427 721,427 00000000000000000001f6f9a0f8cc9a5d9d95143e843233d1e23e905d4e4689 988 1.00/1.00 vMB 8
721,426 721,426 00000000000000000004a7c978f699c2bd5c8ae21f49582519b58e68355f547e 1,312 1.00/1.00 vMB 11
721,425 721,425 00000000000000000009722e25d4f9a41c0e7cfc4ebf8793a7fd47f6c4931b95 1,801 1.00/1.00 vMB 10
721,424 721,424 00000000000000000009c1287846a99d9bca690906da4c46d249f38ad2f2ece6 2,339 1.00/1.00 vMB 25
721,423 721,423 00000000000000000008caf41b171ebe0ebfdaea4222fb710192d51d561d7380 1,667 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.