Loading Tool

Explorer IconExplorer

Memory Pool

96,019 transactions
31.50 vMB
0.11425731 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt 7356477775a71bf4f0b97a35b1adea94dd4a8671a77b3b4f67792e71065e1de7
Version 20000000
Previous Block 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b
Merkle Root f7dd3f2972df0a7058a5b33c83e32b8161f7c423f3d2ef7b0e9279cb6d0834be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.03812495 BTC
Feerates: 100.20 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,928 (830,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,568 85,568 00000000000dce9538346d28297d679a2203a1e32a31b52a63e6af18a3aa8572 2 0.00/1.00 vMB 0
85,567 85,567 0000000000078bff31a4e1f6397b66c7f4ac2da44045cd253228cae094986b22 1 0.00/1.00 vMB 0
85,566 85,566 00000000000030a17d09ccb1b9ab25b1bb6046f80693595e7f13f68cc8d0f29c 1 0.00/1.00 vMB 0
85,565 85,565 0000000000052524e20a58c07f25d2b6d6c074b85492dd16bbdb345944280454 1 0.00/1.00 vMB 0
85,564 85,564 0000000000128001e105ba6bbf9850a4aead9b97445c63c580777133a2578a95 1 0.00/1.00 vMB 0
85,563 85,563 000000000025902275e26c90d93ead29792d30929e27a77516608544e213ed10 1 0.00/1.00 vMB 0
85,562 85,562 000000000015c38736d1a2c888eadf93a4936a868ae87e5dbef642af77094da1 1 0.00/1.00 vMB 0
85,561 85,561 0000000000281519a33395640b7d5fc11c1d2e34b30db14f0cf5787b7204a7e3 1 0.00/1.00 vMB 0
85,560 85,560 00000000001ebf4561d5bfc2164740073ce3ac74f8df99455a180a0d0ebafcfa 2 0.00/1.00 vMB 0
85,559 85,559 0000000000004320197ac8bd70c1d829969359abaae682d5bc39bfaced5591c3 2 0.00/1.00 vMB 0
85,558 85,558 00000000000c8ebdec2cc0703f3a3baa268b4ad42372de2bcca1814a8f3015cc 1 0.00/1.00 vMB 0
85,557 85,557 000000000024d456d8c13e3c1fa656c34f703274d59eca5d2617d5e2f3f173cc 1 0.00/1.00 vMB 0
85,556 85,556 000000000002e76bb9b9173d9ae53153e69c3057a14fbd6c6d85e83074cc6eba 2 0.00/1.00 vMB 0
85,555 85,555 0000000000182b5d9a6d8d0c409d7ec8d7e96897d6d428e1dbfed804c6d08944 4 0.00/1.00 vMB 0
85,554 85,554 000000000021a8385642a3f641e67226a93e3c8cb85dad632495b05b20766132 2 0.00/1.00 vMB 0
85,553 85,553 0000000000152d78a629468c7cc0a558597af00ae1a6c9114366f03ca48a56de 1 0.00/1.00 vMB 0
85,552 85,552 00000000001cc9ad76c1125a36f6c0712d3174bd430ff9f7a9a313917d0f6a3a 4 0.00/1.00 vMB 0
85,551 85,551 000000000013e31bf1bdb1c659483df312750616d09c69e3a053f71653aca59b 1 0.00/1.00 vMB 0
85,550 85,550 00000000001d52337617057ace2d7bcc4137d3a2d2ee85113ebb8cddf1a5818b 1 0.00/1.00 vMB 0
85,549 85,549 00000000001a522b41db0ffce809896c97315b07c2ea7e0fb3d9d3e134fe00a2 1 0.00/1.00 vMB 0
85,548 85,548 00000000000ecde85c83921daafe7e5c1d327d0fc2962c409d7f17b0b8cf21d5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.98 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: 798.92 GB
    • Received: 22.67 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.