Loading Tool

Explorer IconExplorer

Memory Pool

78,834 transactions
29.45 vMB
0.06674072 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt 0a63e78ad0bbc570aa2a7ae9228176b88c8619516edce8742cc73a1a614566f8
Version 20000000
Previous Block 00000000000000000000dd1751bcae9308876a75a216a00cdffc10af68aad8f3
Merkle Root e1b1817c39e10ba8abfec3ef321d3c542e588e7e63ffd1c115b4f3765b94cf2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,255
Size: 1.00 vMB
Total Fees: 0.00705317 BTC
Feerates: 52.08 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,994 (422,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,726 492,726 00000000000000000054fe628b1dcb4001b3cae0ed08b933bca7784df879b61b 1,598 1.00/1.00 vMB 140
492,725 492,725 000000000000000000547310a6ac0fe576dce4a1208e7f6ab7edf1ff11059c6d 2,814 1.00/1.00 vMB 225
492,724 492,724 0000000000000000005a71d479c86d5d4e44f2e9ded60c97eec3e6cfabfd5487 2,449 1.00/1.00 vMB 249
492,723 492,723 0000000000000000001ac8cdf292de41188900cae8241939502445511bbb19b5 2,134 1.00/1.00 vMB 57
492,722 492,722 00000000000000000091698467554e9c28e8d47f1895a25008d9f2727b68b1ce 2,508 1.00/1.00 vMB 182
492,721 492,721 000000000000000000173a078809f4e0b05a8915b8b8183886df8543a0994642 3,162 1.00/1.00 vMB 274
492,720 492,720 000000000000000000aebd1db2695c95688c0846070a589c27a4472c9e9f3e82 2,298 0.95/1.00 vMB 120
492,719 492,719 0000000000000000005778dc1ae151e4465063e62165c3c20d093ce7e2a56cd5 1,863 1.00/1.00 vMB 98
492,718 492,718 00000000000000000023f189661de325c95c99a4a85af7e09ccd45846f9b1a72 2,404 1.00/1.00 vMB 203
492,717 492,717 00000000000000000017296c76d186d39725ee3b4bc01343ac983f2f90a5e855 2,744 1.00/1.00 vMB 230
492,716 492,716 000000000000000000169ed45e7d6d17dd05bd6bf29f59b6edf124f1c4f012b1 2,567 0.92/1.00 vMB 227
492,715 492,715 00000000000000000010b45aabc81820399b08dd69b9260057bca70c7233160a 2,442 1.00/1.00 vMB 125
492,714 492,714 00000000000000000022c260cedc32fbe8ffc9b3ca7e774df2efe8bccad7b0bf 2,550 1.00/1.00 vMB 207
492,713 492,713 0000000000000000009ea22737d4b0444b1d6aef943b0b015ac56f7f1b7486e1 2,299 1.00/1.00 vMB 99
492,712 492,712 00000000000000000038fd60a5216e94ed79ff412875719d8dfe36c70ba1c055 2,633 1.00/1.00 vMB 189
492,711 492,711 00000000000000000015aa57038f45913f363e677cf57904dcf091eb868c59cc 2,436 1.00/1.00 vMB 100
492,710 492,710 000000000000000000599fcbcaa90f373e3f0fcbfd85b5166502255df77fa44a 3,692 1.00/1.00 vMB 25
492,709 492,709 0000000000000000002c6a0cd5e42fd14522f05726864371b7321d07ca879002 2,245 0.96/1.00 vMB 81
492,708 492,708 0000000000000000000630d33672c9fa65bab4362d3d51994f720f3e99e52cd1 2,926 1.00/1.00 vMB 224
492,707 492,707 0000000000000000009a5e36e304ea423f2b1891f0f7333b7178b204c4699600 2,531 1.00/1.00 vMB 125
492,706 492,706 000000000000000000728c6a4c657230d54b16d73239d934e30a337bce8d63db 2,685 1.00/1.00 vMB 237
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.39 GB
    • Received: 14.97 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.