Loading Tool

Explorer IconExplorer

Memory Pool

43,000 transactions
26.27 vMB
0.05628028 BTC
Random Selection Loading Transactions
Max Size: 138.10/200 MB

Candidate Block

Mining Attempt a7223f64fa05665ae2617439bed9b0d3bee1f9428004e8d66a1eef5b4e7fda79
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 6b5ae9593a04435e7a6ad57ce67529b1dedd0e71d981a178488ec9148a9a48e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,682
Size: 1.00 vMB
Total Fees: 0.00832916 BTC
Feerates: 40.21 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (426,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,521 488,521 00000000000000000076049dea7b98e08cd355952050aca3aa38b5c3a246162d 1,765 0.94/1.00 vMB 118
488,520 488,520 00000000000000000074695efcd6869b188cf1a828bba025cfa3808b874c73bd 1,932 1.00/1.00 vMB 160
488,519 488,519 0000000000000000006c822c5fa2ffea437f10d15c88fa67086855fd35f6cf86 2,690 1.00/1.00 vMB 200
488,518 488,518 0000000000000000006b9497b113be313d91be429ece57234522092a52d0d872 129 0.04/1.00 vMB 137
488,517 488,517 000000000000000000675bcddc1985cb0eeddccc5ca26f94e72a2f7e55d22c23 754 0.88/1.00 vMB 23
488,516 488,516 000000000000000000239316b28e6a2885ff57d05a71bb9d5cb92987e8a0742a 1,827 1.00/1.00 vMB 59
488,515 488,515 0000000000000000002fbfbc9397bcd8447634940272c5658cf1eb9b678e0b6c 2,151 0.91/1.00 vMB 24
488,514 488,514 000000000000000000bf28679337b38c52ad583f77a7e40e7ea8f9de2eb0242e 2,190 0.97/1.00 vMB 120
488,513 488,513 00000000000000000084f2f2d3e8ffe1c7b5f4720caf906702d1d0d0a3ab9c73 1,586 1.00/1.00 vMB 24
488,512 488,512 000000000000000000ce7b0f6bc0e3c2921fe667dd8e8e1e3c734e92af1ced38 1,689 1.00/1.00 vMB 115
488,511 488,511 000000000000000000772f1a1a09e8e600954be72efeba1d4f2e93c56a1b7222 491 0.20/1.00 vMB 169
488,510 488,510 000000000000000000858b85fc40316e5fd07b085502506559671e96f304cf74 1,060 0.97/1.00 vMB 31
488,509 488,509 00000000000000000095b8f42ab53956052145534d9e1683c3b1a97668b5d802 1,813 0.93/1.00 vMB 103
488,508 488,508 0000000000000000004d04df879c7073bd49b7a93165b175f93f7c363f5df6d3 1,916 1.00/1.00 vMB 138
488,507 488,507 000000000000000000c64864d1214f4a7ef2af43e13296f9ab8c1d55d59ddf15 1,455 1.00/1.00 vMB 116
488,506 488,506 000000000000000000870fb277ce41d8c34e60282a16f1ce4a24ad63ea0e3213 2,324 0.95/1.00 vMB 192
488,505 488,505 0000000000000000007b634b3278a4d75744e77129bb961126246a6e5b7d06a6 1,400 1.00/1.00 vMB 99
488,504 488,504 000000000000000000494e8acb0bd31723f9e06c57505d06eec9adced982e205 33 0.01/1.00 vMB 434
488,503 488,503 0000000000000000009eb69765dff68366683df66504dd255c8ad6fff2184b37 1,994 1.00/1.00 vMB 155
488,502 488,502 0000000000000000002bae505557b248a067afd8ce8b0ac0b73263ba99925198 993 0.45/1.00 vMB 178
488,501 488,501 0000000000000000008763e866024b1924021f5eb09703793e25a671ca4f0a3e 224 0.08/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.