Loading Tool

Explorer IconExplorer

Memory Pool

36,977 transactions
26.00 vMB
0.05474713 BTC
Random Selection Loading Transactions
Max Size: 133.50/200 MB

Candidate Block

Mining Attempt 9d2e160565aadfb1e381a15709425b49d23d13ae27281f293e346a947c7cb9c6
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root c9f61f786768fc43b0eb9428de2e662189694331db2eec3f0382fc3ae5d228eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.00685396 BTC
Feerates: 100.29 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (46,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,393 868,393 000000000000000000006f8df094faf21e8aaa1ce4d720bc548ae8a16e306ee7 3,263 1.00/1.00 vMB 5
868,392 868,392 000000000000000000017598bf57276bc4222c1a229fd5c07d483e6ce30ba87c 3,435 1.00/1.00 vMB 4
868,391 868,391 00000000000000000000c27306d31744278fe9bcd24b5e1624d7f5ee0a243c4d 5,615 1.00/1.00 vMB 1
868,390 868,390 00000000000000000001909d2aeaa1c643b421ffe4d3fa8e8f313f218a0ca177 1,972 1.00/1.00 vMB 5
868,389 868,389 00000000000000000000750c5acf0500dcdab9683f742305755c5b5844e56b06 2,761 1.00/1.00 vMB 2
868,388 868,388 00000000000000000002adc9d6ff50f851ebe4328d4f8bce5be4a8dc1003cde5 5,737 1.00/1.00 vMB 2
868,387 868,387 0000000000000000000226782407c5ca840cdf7d0e9bb45f7a074173ef01ca40 6,295 1.00/1.00 vMB 2
868,386 868,386 00000000000000000001bc8f6533f9f5c155f07801bc72245773193096496f60 3,714 1.00/1.00 vMB 3
868,385 868,385 00000000000000000001a319084ad666ea7d64479774804c6bf61e324a0d261f 5,251 1.00/1.00 vMB 2
868,384 868,384 000000000000000000021803e852fc5863aba12e24376415a853fd9f6c653034 2,290 1.00/1.00 vMB 3
868,383 868,383 000000000000000000020553c832f80e471dd5905850fa79ef13dc7934b390a4 4,431 1.00/1.00 vMB 3
868,382 868,382 000000000000000000015f01bf3a1ec8eb4b93a7db45eb8663275ba84e127769 6,632 1.00/1.00 vMB 1
868,381 868,381 00000000000000000000f20b3d5e2d52527b3fced1b599c0f3e1fec528c786c8 3,555 1.00/1.00 vMB 2
868,380 868,380 0000000000000000000220ad1ef8d6a8b66ae7955cc6a8e8d6f212b8c9ed9487 1,989 1.00/1.00 vMB 2
868,379 868,379 00000000000000000002ebe388cb8fa0683fc34984cfc2d7d3b3f99bc0d51bfd 1,920 1.00/1.00 vMB 4
868,378 868,378 0000000000000000000248d094c592203bfc788417f6df49b292d098d85bd8ef 1,167 1.00/1.00 vMB 2
868,377 868,377 00000000000000000000b03686d64b306d879e08677dbfeb5ca2b2dfa0c94f18 2,054 1.00/1.00 vMB 4
868,376 868,376 000000000000000000013bc13f2675e63d2dffb75253436292289bd8ae8f5e37 3,006 1.00/1.00 vMB 6
868,375 868,375 00000000000000000002a25329b91eb47883d291a027cf6faf258e4f2470a6a7 2,024 1.00/1.00 vMB 3
868,374 868,374 00000000000000000001826885bad43a3a3359eeb8b27394bca1b89fd1085f88 2,703 1.00/1.00 vMB 5
868,373 868,373 00000000000000000001fb1d428a0469fcfa2f89a0c2bf50f75fa748ddb59d4e 1,288 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.