Loading Tool

Explorer IconExplorer

Memory Pool

40,819 transactions
26.58 vMB
0.06638485 BTC
Random Selection Loading Transactions
Max Size: 138.45/200 MB

Candidate Block

Mining Attempt 30d2ca5a78235747d95ea472a15a46bb6a2be97b4a9877be5af93781ade88382
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 8b174339d919bc290f1700512aed8092965f586519734f2b028c29b38b5cc93b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,784
Size: 1.00 vMB
Total Fees: 0.01727300 BTC
Feerates: 265.25 > 1.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (339,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,740 575,740 00000000000000000010d07c01fff017ccde6f1dfbbf601431ffeaa49ed0c2ed 2,995 1.00/1.00 vMB 94
575,739 575,739 00000000000000000005b66a76f2e85766f6530be85f173446f9b93b8915148a 3,221 1.00/1.00 vMB 60
575,738 575,738 000000000000000000087b2a58310c5889cc4a4685c7a976e71d028d902ef47e 1,926 1.00/1.00 vMB 10
575,737 575,737 000000000000000000074f19467c34f59232e886e838cccd1a66dbfc50669424 3,320 1.00/1.00 vMB 81
575,736 575,736 0000000000000000001f419de9654e50de5ae422111df57fdd584f6cde014add 2,880 1.00/1.00 vMB 39
575,735 575,735 0000000000000000000d58ad17ba2b7d17ea93043aa75f471fcc40f78aaf7f54 2,910 1.00/1.00 vMB 76
575,734 575,734 0000000000000000000943c2f598a28ed0132f04ac650faacd9ce3b23b09f122 1,132 1.00/1.00 vMB 11
575,733 575,733 00000000000000000006baf0470fe25ad40b75a149d132c60acb1e9d6eb9298c 2,242 1.00/1.00 vMB 6
575,732 575,732 00000000000000000002e12c27c87b37ceae01bd9ad2dd33c9b66854f7bb9d3d 1,756 1.00/1.00 vMB 51
575,731 575,731 00000000000000000011dc210f110d24f80a89e57e5f9c870f59e6d60e73638a 2,476 1.00/1.00 vMB 57
575,730 575,730 0000000000000000000631c3b278cb68c589aab6b010cffd1eb40e34b014a0bf 1,417 1.00/1.00 vMB 38
575,729 575,729 000000000000000000284cf70bd967d2bdfecaad7e5fa3577bbe6a6872aa2fea 2,527 1.00/1.00 vMB 72
575,728 575,728 0000000000000000000d860f5432035e17e9e09124dee43a6d2bf2a66de1dbd9 3,014 1.00/1.00 vMB 92
575,727 575,727 0000000000000000001a8fab185543ebef1ddc31cfb9955c29fb6f332200cdfc 1,690 1.00/1.00 vMB 41
575,726 575,726 0000000000000000000128cc82a3e4da1eb314dbea0c608a4bd2c2f5a048592c 692 1.00/1.00 vMB 7
575,725 575,725 0000000000000000000fb62399a18ef0f46aca4461caa876a4a6458417e090a1 2,795 1.00/1.00 vMB 60
575,724 575,724 0000000000000000001afe7bf04619cd1369e546f28dd53b34457d89e6132c7d 203 1.00/1.00 vMB 5
575,723 575,723 00000000000000000011f3ac3fe8b18fe39ac0a019d541695fb7d49b015acbef 1,527 1.00/1.00 vMB 43
575,722 575,722 000000000000000000042efaaa01d1e9f559a9dc342cdebca41c7d946f4cbd9c 356 1.00/1.00 vMB 13
575,721 575,721 000000000000000000200726e83dae285ed93008e095a25bfd9cddbcdef00088 1,443 1.00/1.00 vMB 20
575,720 575,720 0000000000000000001a27a427d9cc7a2f0828d49c1f1ef51a81ef06dae9c766 1,931 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.