Loading Tool

Explorer IconExplorer

Memory Pool

35,392 transactions
25.93 vMB
0.06284019 BTC
Random Selection Loading Transactions
Max Size: 131.94/200 MB

Candidate Block

Mining Attempt 5388cdf2eaaaed0906608b83d3cd3a3765aeeae6aecdad14178e848925c5c567
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root ec3722a982912f4d6ca4411cb0096aa56dd150bd5e7be690e19bf47abb2b7cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,735
Size: 1.00 vMB
Total Fees: 0.01521690 BTC
Feerates: 165.59 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (810,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,410 104,410 000000000001b3030916e87c67ed92b8c1eafeb97d5dc85d7cbfa7b71c89ca13 11 0.00/1.00 vMB 0
104,409 104,409 000000000001b21c719e492a572b7e1bc2d18aa649e180df8f833d5d075d1ae5 25 0.01/1.00 vMB 0
104,408 104,408 00000000000067570f69518553e1ac68d72de5c4a2bb1bcde0c097e17f6654d9 6 0.00/1.00 vMB 428
104,407 104,407 0000000000036f44850ad6b13d7e33829bc4f57d0f56749de252af0ef0611339 11 0.00/1.00 vMB 403
104,406 104,406 000000000001e64bb86f77a91e84f02abd07d7199fec9abaa829c2453fd21289 4 0.00/1.00 vMB 0
104,405 104,405 0000000000021e6bb16431f870fa95d24988bfff2df003417f6f047a51644003 3 0.00/1.00 vMB 0
104,404 104,404 00000000000003b140ded03ba287a317b3a5f03babcc14f2a323095efa4a6f5f 5 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.