Loading Tool

Explorer IconExplorer

Memory Pool

84,378 transactions
31.50 vMB
0.17998916 BTC
Random Selection Loading Transactions
Max Size: 188.51/200 MB

Candidate Block

Mining Attempt 841837abc498e987944bd80ba2e6143020f59cfda9085acb562bc54316fc0871
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root a0aff6099a892616abdc380bd534a811af571c87391966c1c7349e4fafdbb813
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.07808322 BTC
Feerates: 502.67 > 7.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (214,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,695 700,695 000000000000000000025ebe8d333c5efda2a5d982a326b98bce5c03a86ae7b3 2,659 1.00/1.00 vMB 15
700,694 700,694 00000000000000000006a6a9d38ae598f4c1f6a75f0dd6d67489b34acd150ae8 2,324 1.00/1.00 vMB 9
700,693 700,693 00000000000000000005ba8042fca414f5c463f26540f7d1bff6e20510d0e7e9 3,626 1.00/1.00 vMB 9
700,692 700,692 0000000000000000000696e50d16abf93731132c0a1402f3575aad699963c8af 2,603 1.00/1.00 vMB 10
700,691 700,691 00000000000000000005fb5953e7961b252b6205f3d15f92580ed427c3fea610 2,104 1.00/1.00 vMB 19
700,690 700,690 0000000000000000000c1d21753ab31ebc9d1efe9dea4816f73eb68f6e535566 2,031 1.00/1.00 vMB 14
700,689 700,689 0000000000000000000c91d02f54e384e88b2fcca76f6ab5d427636a6eb3271a 310 1.00/1.00 vMB 10
700,688 700,688 0000000000000000000de3f3ef5412acde52de61a2ac934c2ed3ea3ccbe71a93 2,507 1.00/1.00 vMB 12
700,687 700,687 0000000000000000000911ed93b4afcade06a139c9d6b1275c781d40e4cb173e 3,040 1.00/1.00 vMB 23
700,686 700,686 000000000000000000069502ea651c54b507f61704f45644ac18027d51e75ebe 3,172 1.00/1.00 vMB 32
700,685 700,685 0000000000000000000e8dc491cf536f487421512d52d9d016089136e9474468 2,945 1.00/1.00 vMB 22
700,684 700,684 0000000000000000000e17ad87ddf14f34afaf6b531b8979d9251c941a9e5b91 2,454 1.00/1.00 vMB 12
700,683 700,683 00000000000000000009a916a51178a7f6dffbfe23c6caed18a3dbfae42d8630 2,162 1.00/1.00 vMB 23
700,682 700,682 0000000000000000000c5458553a5152a395f7fc9ed4d0c6b1f178ff6c88b3eb 2,626 1.00/1.00 vMB 16
700,681 700,681 00000000000000000005e572a8397342200b29b909b72838f83b4543700d4e6d 2,403 1.00/1.00 vMB 19
700,680 700,680 000000000000000000016f019feaa72757300ba8ed9a0698d512b56d8faaddd4 2,452 1.00/1.00 vMB 13
700,679 700,679 00000000000000000003ec0bb2208397131479e4ed434cce46b3937967d8c5f5 3,125 1.00/1.00 vMB 13
700,678 700,678 000000000000000000010181214a2e04b8c2ac9a8b144b3249a37b981edd4648 2,876 1.00/1.00 vMB 29
700,677 700,677 000000000000000000005b5ee1df0eab424bde3a74daef55a606d97a36f4240d 1,481 1.00/1.00 vMB 40
700,676 700,676 0000000000000000000df227c0cce33ce95229e52649387eace07b664d54169b 2,402 1.00/1.00 vMB 44
700,675 700,675 000000000000000000089084eeb65dd8457390274fffe2b158af9e54fc2abd5f 2,912 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.68 GB
    • Received: 16.31 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.