Loading Tool

Explorer IconExplorer

Memory Pool

78,925 transactions
29.44 vMB
0.06685800 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 28a9ccfa4d449b6b7acf79617b18693d8a7f646b8e2e52c739cd4fbc2cbc9794
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (426,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,829 488,829 000000000000000000f88f922a224d1db625510c35338000aee37a92cc0003b7 1,682 0.78/1.00 vMB 75
488,828 488,828 000000000000000000d8ea13b71d34b79933e73885904a0a73a9b93278d53e6b 1,052 0.42/1.00 vMB 82
488,827 488,827 0000000000000000000acd9f674dde0f69b8c3d87587e07e37aa155d70fe1e31 1,384 0.60/1.00 vMB 88
488,826 488,826 000000000000000000b5682027b2a36a9053e06f2a34de377b3cd773384e5d33 207 0.10/1.00 vMB 30
488,825 488,825 00000000000000000077d05c538a233f51e44d01cddde71e7ac0fabb220cc8d2 1,832 0.76/1.00 vMB 89
488,824 488,824 000000000000000000cf60436050cd7ab1c831557e9162a160792ce276583d69 340 0.13/1.00 vMB 88
488,823 488,823 000000000000000000f77a5e383bfc2668047c52a2d613d3912a278ae3b3f43c 232 0.10/1.00 vMB 101
488,822 488,822 0000000000000000000e3c9ba560feb6f3b93a0654d1b835d8451725e759d500 879 0.39/1.00 vMB 83
488,821 488,821 000000000000000000a7f057def763677cd3b79d5b54dcad67d94962b2e39e70 1,444 0.65/1.00 vMB 64
488,820 488,820 00000000000000000015c3d9674ee18a41c613282c48c3fc71c9b7095dadeeaf 653 0.32/1.00 vMB 145
488,819 488,819 000000000000000000c8cd3dbfa73e461ab6e170738b58a69ad45f3bc0deba85 1,102 0.48/1.00 vMB 77
488,818 488,818 000000000000000000a015fcae6e11be93f80b605c97615beb5c6d4e32df6f21 1,872 0.79/1.00 vMB 108
488,817 488,817 0000000000000000008ecfa574400ea77887ebfa586b72f5ec57f0959e28da64 1,913 0.72/1.00 vMB 77
488,816 488,816 0000000000000000000856a431a37d715496995efdffa08e75a3cfe6c0845d87 867 0.34/1.00 vMB 95
488,815 488,815 00000000000000000041a766f2d2f5f19f8d682ae4043adb5567c1e96ab85c6d 1,348 0.61/1.00 vMB 102
488,814 488,814 000000000000000000c750a1dae89d8f3f0f6993d81815371fdffdb25e4f9749 1,046 0.45/1.00 vMB 100
488,813 488,813 0000000000000000008ac1e19f69f3c9d1a81cb79ad6781e8bae326d46e18775 1,498 0.64/1.00 vMB 98
488,812 488,812 000000000000000000d43584b66680b49aeb3a69ecd8af41c1bc4aa8b1ef504a 33 0.01/1.00 vMB 1,549
488,811 488,811 0000000000000000001b1edd11529b65cc2014a82ebe9d3d6220509f9bb0c9fd 2,007 0.88/1.00 vMB 82
488,810 488,810 0000000000000000002645012e5fc9b03d4d49feb75e7c484222aca265f31c5c 440 0.18/1.00 vMB 97
488,809 488,809 00000000000000000054ceffbdf25bcfa944fae011e6ff08486b6671ca6d1fc6 1,765 0.90/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.