Loading Tool

Explorer IconExplorer

Memory Pool

76,522 transactions
29.67 vMB
0.09916034 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt d8440ee8ab063fb297be34ccf4e49d048fe2665b6603c136e1febc1a51eb2fa9
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 4b7f17f947f662b7c4a6caad2e577844bb7f288c4dc5f23e7842e515e4524484
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.03270448 BTC
Feerates: 357.61 > 3.28 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (87,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,519 827,519 0000000000000000000323c96fdf6aab96d8c9f353ab0656b7e29bffc057d491 4,662 1.00/1.00 vMB 46
827,518 827,518 0000000000000000000116a1660b74f803b2798ac64026c45a48b2a4c772b0fe 4,128 1.00/1.00 vMB 35
827,517 827,517 00000000000000000002ad32235611f3dcd4f80d46bd21803dfeb34396f35efb 3,498 1.00/1.00 vMB 45
827,516 827,516 00000000000000000002965d4534b963aef577f5a74f65914e3b2c79865ab22e 3,529 1.00/1.00 vMB 38
827,515 827,515 00000000000000000003dd024f54829a6fae043c5ff49e5fdd6f30b21ffb5917 4,054 1.00/1.00 vMB 50
827,514 827,514 000000000000000000035610a0f974aebf1fa863af1df35d143f2b56ba9b87ab 4,697 1.00/1.00 vMB 51
827,513 827,513 00000000000000000001292a2dbb9560ab3b66f1be425de09d866127100afeb8 3,741 1.00/1.00 vMB 50
827,512 827,512 00000000000000000003c17b1bbe5dfcf7e76c0cf1a6cf016c84a98cee6b95f8 4,867 1.00/1.00 vMB 44
827,511 827,511 000000000000000000036993a90b102d15834b236e28ad8a3f45cf6ca39c2961 4,098 1.00/1.00 vMB 40
827,510 827,510 00000000000000000003b7dadf1331f5ede68fafc6fa2d5059427c2bd4478b04 3,885 1.00/1.00 vMB 52
827,509 827,509 00000000000000000002143a5693160af195678ac1d0abc8acceb42f22948b57 3,926 1.00/1.00 vMB 46
827,508 827,508 0000000000000000000159f1b7e1c57c54e65440920a40f425bb42519c145423 4,005 1.00/1.00 vMB 52
827,507 827,507 00000000000000000002c53ee159dd42dc66f57f66ef23efaef2851b422b8302 4,463 1.00/1.00 vMB 41
827,506 827,506 000000000000000000016bd04dc360283718da15c1b3e9c48b5d40d25161f42b 4,254 1.00/1.00 vMB 40
827,505 827,505 0000000000000000000198f4f5e2f2be0a7b0762694eab0d802d0f89b2735ebe 4,325 1.00/1.00 vMB 46
827,504 827,504 00000000000000000002ef74c4f65fdcdf1db002dc78b4f1ba1345dedda50aa2 3,841 1.00/1.00 vMB 44
827,503 827,503 000000000000000000025f593d50b3340de9f78f20d6423307668f08f435ad49 3,138 1.00/1.00 vMB 58
827,502 827,502 0000000000000000000031d93fff123227b1e7cfbdd5f9f2fb7a12cc7a1d90be 3,409 1.00/1.00 vMB 28
827,501 827,501 00000000000000000003942faabd511576481d41037f08a11eea4be6f8d71c84 3,256 1.00/1.00 vMB 32
827,500 827,500 000000000000000000021feb5b5a2d376b22558011a28bf93d0d85fb24e273bf 3,178 1.00/1.00 vMB 40
827,499 827,499 00000000000000000003b8bee35deb6914100244d4938ed5db09fc9d8b8d46fc 4,263 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.15 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: 744.02 GB
    • Received: 18.70 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.