Loading Tool

Explorer IconExplorer

Memory Pool

74,601 transactions
29.65 vMB
0.09567539 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt e51357ea492adc617d8003067f6a70291af48ed55d016c7371db18afd7a99a11
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 08ff5ffe842e0a23a32d72b09711368f71d9ee5c259bc79e2488f3176a44cc8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.02655379 BTC
Feerates: 150.36 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (262,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,792 652,792 0000000000000000000b3b9941fc8e0295fb5914320e04d055c70728cf7ec347 1,623 1.00/1.00 vMB 11
652,791 652,791 000000000000000000057cad83bec1cbbb9c608da41387f761b9597ca15a49cd 1,954 1.00/1.00 vMB 16
652,790 652,790 00000000000000000008bb414966e088b01bbef80c25501b175739c3d081b607 1,310 1.00/1.00 vMB 22
652,789 652,789 0000000000000000000e68cb982a021dba465809ab90a1ebd75b6ae83b8bd567 2,428 1.00/1.00 vMB 15
652,788 652,788 00000000000000000009fb0f6f0de1ed4c00f81ac409d91fb48d7a76768ada0d 2,406 1.00/1.00 vMB 57
652,787 652,787 00000000000000000008769d7be7f8b4a38dc3bebfd04e8778cc996dc271fc50 2,168 1.00/1.00 vMB 41
652,786 652,786 0000000000000000000625ed2735f4445c1e2b9ffb80b69f104a420c693a9bc6 2,237 1.00/1.00 vMB 55
652,785 652,785 0000000000000000000406d17b3d6d73c3273bb83fe2401d0b04efd60dc71e93 1,679 1.00/1.00 vMB 79
652,784 652,784 000000000000000000088d45086a0d77d1c83a2907be03c0646a2fda33b76e46 2,680 1.00/1.00 vMB 93
652,783 652,783 0000000000000000000cbb9056780d5d62315d68e7515b3f0756af41dbefe863 1,941 1.00/1.00 vMB 23
652,782 652,782 00000000000000000004922e90d9b0deb861937be23625d42dea228585bc2ddc 2,221 1.00/1.00 vMB 36
652,781 652,781 0000000000000000000a114b3a2780055b48e444c3e03b62b254d31d8074cad7 2,044 1.00/1.00 vMB 52
652,780 652,780 0000000000000000000099169acbdf6d43544b2fcd71e04db644a21406e61f55 2,460 1.00/1.00 vMB 31
652,779 652,779 000000000000000000002eb72d249fb7597bf96941f8c7b9dc911e3dc9186fc6 2,518 1.00/1.00 vMB 40
652,778 652,778 0000000000000000000bedadfcf99096be5dd2b1e237bda64ef4e7a9ee1f76df 2,430 1.00/1.00 vMB 31
652,777 652,777 0000000000000000000a1a33c1f3bed84c5437540381f4b3955deff1b939bf5b 2,166 1.00/1.00 vMB 21
652,776 652,776 0000000000000000000c1f2e711e2465c1f1e1d644ddfd79700f3d31c5b17fee 2,771 1.00/1.00 vMB 70
652,775 652,775 00000000000000000005e8572bad099dd15b125f572fe5b97ba0c3de58b7018d 2,287 1.00/1.00 vMB 74
652,774 652,774 000000000000000000006026927767c266b08f92d830ef9ff2527df9c65388a1 2,952 1.00/1.00 vMB 74
652,773 652,773 00000000000000000001833378b336ff877a65e4f5cd70f11df1f96063ff9d1d 2,891 1.00/1.00 vMB 109
652,772 652,772 00000000000000000004a2f7f914769d923b3b82bbadb29946b9afc6b89f880f 2,179 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.