Loading Tool

Explorer IconExplorer

Memory Pool

50,974 transactions
29.10 vMB
0.07455663 BTC
Random Selection Loading Transactions
Max Size: 157.29/200 MB

Candidate Block

Mining Attempt 551f25644d645912a488d0da8697bba3bbeb9eea1e944631b314e1a1d5f36974
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root ddff786768e911722297df5a09448319d8d42cf4dddd5365af112a3d691de9a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,000
Size: 1.00 vMB
Total Fees: 0.01899411 BTC
Feerates: 173.90 > 1.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (251,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,122 663,122 00000000000000000008a988947c1e5a5003ba9911ecf1ec3a416cc752e7d513 1,673 1.00/1.00 vMB 18
663,121 663,121 00000000000000000004685a6a198406a228d51bf40e3a26cbab1f0da9fbb872 2,455 1.00/1.00 vMB 20
663,120 663,120 0000000000000000000713478ad83a8aa9c62f3198e2c23a19312129d71c4807 2,316 1.00/1.00 vMB 16
663,119 663,119 00000000000000000004bc5c7f1fccc909fae4b605b155370ce87a88496843a4 2,529 1.00/1.00 vMB 8
663,118 663,118 0000000000000000000e4db33d619c415e087775f107977f2d4c85259e5f518d 2,084 1.00/1.00 vMB 47
663,117 663,117 00000000000000000000b8a55e4fe91813bd9d21ecd56e23ef2c47983b2fcc43 2,177 1.00/1.00 vMB 49
663,116 663,116 0000000000000000000b13f825a45b7a144c6a2dd8a862d96425db5e607e8ffd 2,729 1.00/1.00 vMB 120
663,115 663,115 000000000000000000013d5212cdf94f75640543ca3c67372e0902d4addf1434 1,638 1.00/1.00 vMB 120
663,114 663,114 000000000000000000019a3f3d6ac0d98958468744c45f60d602ee430476709a 2,796 1.00/1.00 vMB 40
663,113 663,113 000000000000000000023467bc54ffd7694af5cccb3c7ace80f4bceccf372f1f 2,921 1.00/1.00 vMB 71
663,112 663,112 0000000000000000000a44a0de7c7600b2822b9a82c2569e4c75294d5b409ba8 2,842 1.00/1.00 vMB 40
663,111 663,111 000000000000000000073eedfbd6e63ca9434ece5b1871669e64fbe8b8600f5f 2,406 1.00/1.00 vMB 39
663,110 663,110 0000000000000000000df908d5de06297c2607eba1c59922f59a8f8e4729302a 2,549 1.00/1.00 vMB 70
663,109 663,109 00000000000000000002e9cfc2f422c13cb9b145b18ca420ef73819b6fc9bc63 3,067 1.00/1.00 vMB 112
663,108 663,108 0000000000000000000ccce4ceb0afb3ab4bdfe05d38046119e3baa0a4e997e7 2,012 1.00/1.00 vMB 99
663,107 663,107 00000000000000000000ffce86514fbd006634a05a8e7e16fbd0cfd0037fef3f 2,420 1.00/1.00 vMB 134
663,106 663,106 00000000000000000007791b9c484f1a60448293f0becf036220233f34187efe 2,826 1.00/1.00 vMB 92
663,105 663,105 0000000000000000000abe2eea13adb5f9f352a0dd191862268a8e11af1c8b86 2,429 1.00/1.00 vMB 51
663,104 663,104 0000000000000000000375c6bc458cc0ee14d0c39e3a7196ab33d1e7bbae13f5 2,803 1.00/1.00 vMB 70
663,103 663,103 00000000000000000002f920b2a36588231dc3cad36cbcbfd8f55f7c1ef739c3 2,404 1.00/1.00 vMB 48
663,102 663,102 000000000000000000083bea06ffa0c3aee1b0a1396cb370e43249d35d2ad0d1 2,583 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.