Loading Tool

Explorer IconExplorer

Memory Pool

65,666 transactions
26.06 vMB
0.12790940 BTC
Random Selection Loading Transactions
Max Size: 154.35/200 MB

Candidate Block

Mining Attempt 1dd3eec512484f0618f9c0b11b5effe89a0a373ebcb45bfca2e6e1dee5b2da12
Version 20000000
Previous Block 000000000000000000016582111248d4b87b9134380bd8e8a87e24c13039da6c
Merkle Root 970b7364f3a8fae51993b675f3901a302f3bcef4a1be061983a041789e0267d6
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.05919677 BTC
Feerates: 261.10 > 5.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,593 (155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,438 917,438 0000000000000000000042c62e07d0751f4c0dfb47bef98b6d2876c5e1f05788 1,116 1.00/1.00 vMB 2
917,437 917,437 00000000000000000001c498d00190778e85724acf289b4b8d7fa7c9a759d5db 3,718 1.00/1.00 vMB 5
917,436 917,436 000000000000000000000d0e0f1ec04510db0d8622c0c001421bd3c6a36e4b89 3,160 1.00/1.00 vMB 4
917,435 917,435 00000000000000000000f27c99464df3f684ef0c9f9c27912c4edf357fff76be 3,647 1.00/1.00 vMB 6
917,434 917,434 000000000000000000000410136605fb8206a79078442fbfc293fb9f39dc8e7b 3,095 1.00/1.00 vMB 4
917,433 917,433 0000000000000000000050738ca864f9609a50e86ca69d2430842cef6619e769 3,855 1.00/1.00 vMB 4
917,432 917,432 00000000000000000001495923cd9cc1a010d137b311160108541b4c2613795d 3,519 1.00/1.00 vMB 5
917,431 917,431 0000000000000000000135cabf5051d4852c48bc888671123d0c0d2950646530 3,360 1.00/1.00 vMB 6
917,430 917,430 0000000000000000000161fed86167ba94b6d0c3ca204c26e2da36549bccec63 3,584 1.00/1.00 vMB 8
917,429 917,429 00000000000000000000b846a69a68c555e880d2f06e4962869eccfd48482999 3,698 1.00/1.00 vMB 0
917,428 917,428 00000000000000000000b7d897074e21456e26582da11e0a37b23fb74bf6a684 4,918 1.00/1.00 vMB 1
917,427 917,427 0000000000000000000130dd9907150f760383f8f73c39c2a62aa10e382c7aeb 1,294 0.36/1.00 vMB 2
917,426 917,426 000000000000000000012fa12bd6b830a8239479b0e704967524036b4baab839 3,284 1.00/1.00 vMB 3
917,425 917,425 00000000000000000000bd22a67d5c1371bf11775e7c3d66f13e1e4a22aebd47 1,230 0.65/1.00 vMB 1
917,424 917,424 00000000000000000000514733ae92c1d11da872d96f4f602d3e6e64dd363286 2,944 1.00/1.00 vMB 2
917,423 917,423 00000000000000000000ea3027307dde47bc474326ba554a939920baab958c0a 3,486 1.00/1.00 vMB 6
917,422 917,422 00000000000000000001826108b5b938319115672f5b9f83e51efc15f0860866 3,297 1.00/1.00 vMB 1
917,421 917,421 00000000000000000000fe60767646fc6bafb28d58e0521c3a3157f58b958648 1,441 0.40/1.00 vMB 3
917,420 917,420 0000000000000000000154d7dbffef8f8a7d71ace67f5a55dc2127c5f35233b5 3,217 1.00/1.00 vMB 1
917,419 917,419 0000000000000000000169b8a35b8953cc5880ebe345cc4eebcc3d0a2dace8ef 3,165 1.00/1.00 vMB 1
917,418 917,418 0000000000000000000038b6f8b5ac25a1ef98a2b6e4752705f18fd520e62648 3,813 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 1,015.90 GB
    • Received: 35.28 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.