Loading Tool

Explorer IconExplorer

Memory Pool

85,704 transactions
32.91 vMB
0.07767195 BTC
Random Selection Loading Transactions
Max Size: 195.75/200 MB

Candidate Block

Mining Attempt 7f826b6acf53d5e27d23c5e0c184d68b80e747a39207012de7a64f6d2a83e165
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 308b94a2af4ce1e277b502ef03fc5576798efce1c6fd7b36da176331ce4486b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,412
Size: 1.00 vMB
Total Fees: 0.01265392 BTC
Feerates: 203.60 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (71,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,127 843,127 000000000000000000004ac9ec3b447b8157462c57b3dd8bbd99a4f2afa7cf74 3,144 1.00/1.00 vMB 16
843,126 843,126 00000000000000000002a90997dd04dda45a61de7a06912a5b44559ad03eedf9 2,652 1.00/1.00 vMB 17
843,125 843,125 00000000000000000002b52f5663a3fb6e28240e189001cf67cfde325c833f4c 5,217 1.00/1.00 vMB 23
843,124 843,124 00000000000000000001ec4bf6c1b2aeab9c3a4eca5336bd80f0626d4b7700df 4,804 1.00/1.00 vMB 33
843,123 843,123 000000000000000000030878d7cd40a1adbbb449b686fe30ccb201d250f0d013 589 1.00/1.00 vMB 11
843,122 843,122 00000000000000000002f569bf3afae1d998f2e893a72b05ac5e1d79d789ae5b 3,604 1.00/1.00 vMB 18
843,121 843,121 00000000000000000000ea83c48096f12d0a8f30f4bc89307f63bb24c422e364 5,715 1.00/1.00 vMB 11
843,120 843,120 00000000000000000001cef96b533eb58667e9c5f902a3a993bdf70d33d24740 4,451 1.00/1.00 vMB 13
843,119 843,119 0000000000000000000105cd83e09df11dc844ae8ca0c84e863cfb75de39592b 5,323 1.00/1.00 vMB 13
843,118 843,118 0000000000000000000229f0babae39b4c1666b840e127dd771e6f8929acf754 2,848 1.00/1.00 vMB 11
843,117 843,117 00000000000000000000e7465725a3f931b53c55c162beac7f8d8f495b3518e7 4,110 1.00/1.00 vMB 11
843,116 843,116 00000000000000000002a8875596705fb3efe9aa9d092eaf1ec4e00fdb49d2db 3,490 1.00/1.00 vMB 11
843,115 843,115 00000000000000000002e8aae3477070377f7d2aa61ce9966a0b0db6c10ef648 3,792 1.00/1.00 vMB 11
843,114 843,114 000000000000000000007a87679e478c654b020b885306a83a2ed2aedea19a66 3,359 1.00/1.00 vMB 12
843,113 843,113 000000000000000000027760ed0b5cad38952fef6c960a0a00740fc83fea2792 2,213 1.00/1.00 vMB 13
843,112 843,112 000000000000000000011710c12a49e665084b8dd348ab0b5cd47bc68999d125 1,794 1.00/1.00 vMB 13
843,111 843,111 00000000000000000000f0ba61be28da80d27c87c8ccb1e935bbf8c5ba15e65a 1,113 1.00/1.00 vMB 13
843,110 843,110 0000000000000000000283a9aa320727855a121c95044e09291fd0c1f862f788 3,037 1.00/1.00 vMB 16
843,109 843,109 00000000000000000000df8e03a27b41d9052498d169d9f35a4c262357421fa6 1,760 1.00/1.00 vMB 12
843,108 843,108 000000000000000000013da60e8760e978aec9bc635a27930efc999a4807d8dc 3,006 1.00/1.00 vMB 15
843,107 843,107 00000000000000000002f49c545b813db4ffc9069bdd5d96faa5b774f8c3916a 3,696 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.