Loading Tool

Explorer IconExplorer

Memory Pool

35,002 transactions
25.70 vMB
0.08109422 BTC
Random Selection Loading Transactions
Max Size: 130.33/200 MB

Candidate Block

Mining Attempt 0f2db829a55ca856dc1deea1d04cd521eab35fbaa4680b8ee9f6776a714687c2
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root b8155dc436eedd8fe85b21acc66fba5d45fe965c85c8b734e3a74db5d9405497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02876995 BTC
Feerates: 150.71 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (810,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,403 104,403 000000000000e27c7046610781e40dbb13985edf5189314e93f785ccb5c90f8a 7 0.00/1.00 vMB 0
104,402 104,402 000000000000135f3b40040b3b4df2d7f660ba1a9ddd371061a58f0d1d337187 4 0.00/1.00 vMB 0
104,401 104,401 0000000000007f6db3e3d70433f4fb1e883100ea07e3f891391e095b12ccdf46 5 0.00/1.00 vMB 0
104,400 104,400 00000000000184ce92788c9e30e705c2cbfa37666c7b633b3de51356331cda22 15 0.00/1.00 vMB 0
104,399 104,399 000000000002d6d72f6c671d4334852f7e9f2558c9925189d61b99ae85b58ce6 5 0.00/1.00 vMB 0
104,398 104,398 0000000000024c597ccfb8a4e42c980097a00b26fbf01e3140a03d4ca900dcd3 5 0.00/1.00 vMB 0
104,397 104,397 0000000000000cc94f3db5bf0ba5e74c930b9637b743f998ac8c9decdf042ff5 6 0.00/1.00 vMB 0
104,396 104,396 0000000000021672cba82b3e0791aa36758a38519ac643e7766f489abf7869cd 9 0.00/1.00 vMB 0
104,395 104,395 00000000000116edf85b0f4f8e41d24a396cc6ede0c839a8625dd32256730cec 7 0.00/1.00 vMB 0
104,394 104,394 00000000000032e2b13639f2646dd4326ba8343f8d3d2f10a83b9be1c7bf8404 7 0.00/1.00 vMB 0
104,393 104,393 0000000000024cc1a767d1d6f9729dabc0ef40445ab3ed4138b2376fe7e13b76 22 0.01/1.00 vMB 0
104,392 104,392 000000000000bf75660dd414107158472d89c5e29ec00e2e23cdad50762d05e2 16 0.01/1.00 vMB 0
104,391 104,391 0000000000023ee4501296a3fb35b30a7369c07c4342d400d27e53a15fef3fc1 2 0.00/1.00 vMB 0
104,390 104,390 000000000001181ccb3e9c458ddaac8afee056c46b50779561277f9ece312666 7 0.00/1.00 vMB 0
104,389 104,389 0000000000032dee8d1587f9e0021722597c97c098c6d7c3a4b17f97da52a6b4 8 0.00/1.00 vMB 0
104,388 104,388 0000000000028f4185fd161c6a1ed1a0101a8cdc1b56be6e5e690bb0eec4f18c 12 0.00/1.00 vMB 0
104,387 104,387 000000000001cb37b36473002f56499c9557b7e1e07f720c9d9b77a7446eff29 4 0.01/1.00 vMB 0
104,386 104,386 000000000003490bc3846f0d7484ab7d357e5db61f6eeb5e5a2ab715569ddf33 4 0.00/1.00 vMB 0
104,385 104,385 000000000002a1359b6b9bd4b345e0f893f59fd225209f378d31b5f542da3d67 8 0.00/1.00 vMB 0
104,384 104,384 0000000000028e286480609a46a44dd434bf70c03be2d0e26d8d55a9681c3955 6 0.00/1.00 vMB 0
104,383 104,383 000000000001ad75a571a0d6d4546a23d607be9766d4c2e986199a2fd9a890c5 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.