Loading Tool

Explorer IconExplorer

Memory Pool

73,477 transactions
27.18 vMB
0.06145947 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt e697ba6d052a5f35d2c9cc1a138ae476c388bb9b1fc9993a7b50d35a12a5b117
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 640b582f70a9633bbf044d2753ff789ff2e34823cd184b3a669d4a1de4bc314f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.00376293 BTC
Feerates: 20.10 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (792,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,435 122,435 00000000000036a15f69cd680e8fd1404a0fa167a463d9af0ee89e8f42354370 13 0.00/1.00 vMB 289
122,434 122,434 000000000000360c0cb058a073a5656f8cd8e9198092fec097e880b882b826b8 8 0.01/1.00 vMB 665
122,433 122,433 00000000000026d8e1cfd5dcbc80efc38c57fca351e53db34a6bf4b5560d7ca8 14 0.00/1.00 vMB 0
122,432 122,432 00000000000012803c17d63dca483ee687dd9e4d3a133ba6fff958c5137274a5 22 0.01/1.00 vMB 177
122,431 122,431 0000000000003902c8a1cf321e8e20d999c3a15b6b25ff4b03796426f598bc64 14 0.00/1.00 vMB 0
122,430 122,430 0000000000002b9f86ca9f6d838a9d4dec9dc6b5a05955bb19b1b39d928daafe 10 0.00/1.00 vMB 0
122,429 122,429 00000000000040410302a6360678559ab80fd2d1f4a94f37e97f2a6edfdd8d60 8 0.01/1.00 vMB 177
122,428 122,428 0000000000008699f587cb935dcd3747d91adca36aeff0917a4ad9defbd218b0 11 0.00/1.00 vMB 0
122,427 122,427 0000000000003260f7eafdd0310069dd1e2756b3ad362468e8f7ad3c270b72d3 11 0.00/1.00 vMB 0
122,426 122,426 00000000000023d90ba371c4e47c28c85cc38295c5118011c860d8489730254b 1 0.00/1.00 vMB 0
122,425 122,425 0000000000007f6d81e9a7fffc3abf6d317e28aad83a3891cc1a1048f808d20a 11 0.00/1.00 vMB 306
122,424 122,424 0000000000000e8080832084942a0f65651e21a58a068b59340e24bf38855c2d 16 0.00/1.00 vMB 244
122,423 122,423 000000000000941635931d3ba6c417118ba35b814c634ead7f0946c77430cf69 10 0.00/1.00 vMB 596
122,422 122,422 0000000000004d20c17cc5b445172310b1a64dbb2f9943645a51f0da570add5c 12 0.00/1.00 vMB 604
122,421 122,421 0000000000004dced90de42404798235cf08963d86efa6ced5c491780c17103c 10 0.00/1.00 vMB 696
122,420 122,420 00000000000022457c071788666bf009e2b9c6a8e231a0aea9a45737dc6f8f1d 11 0.01/1.00 vMB 271
122,419 122,419 0000000000008335c93737874be1b8a25c8438dfb6dead71becdbe6d5c5f7cd9 1 0.00/1.00 vMB 0
122,418 122,418 00000000000096f5cdd550dfc55067186bd27a69b0d056ca37323e0dfecab21a 10 0.00/1.00 vMB 0
122,417 122,417 00000000000091c72d58b06ae085d34c8adb36c4599272f7a6f119943841b455 11 0.00/1.00 vMB 0
122,416 122,416 0000000000002d625b49ee337764df1c9adc097260ea55a0b6708e1de4febb37 5 0.00/1.00 vMB 0
122,415 122,415 00000000000078a22904a500895780ffd9e1d6af2f97e3f8076757787082b25b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.16 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.