Loading Tool

Explorer IconExplorer

Memory Pool

77,377 transactions
28.89 vMB
0.10022496 BTC
Random Selection Loading Transactions
Max Size: 175.31/200 MB

Candidate Block

Mining Attempt a776c4a7c89040d38db84ada9d526b009ff2fe60022bb7251f3af4f041fc29f1
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a5cb2666ce20fd5836c23605fd552f57243b46c7f59dcb82995bc34e38173165
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03156316 BTC
Feerates: 180.82 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (74,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,482 840,482 00000000000000000001a369b30e2c943c6bc2a495a766682e6b5fa90f37733e 6,084 1.00/1.00 vMB 216
840,481 840,481 000000000000000000026001149e4b1ef8e676a7616814acfe5d29add7d5960a 5,481 1.00/1.00 vMB 223
840,480 840,480 00000000000000000002cf2f57747015795d015463803ccb675a7f62c454d918 5,975 1.00/1.00 vMB 217
840,479 840,479 00000000000000000001265c0c3808fde7fea83e6ebae645c29aaeb4a6489b4a 4,709 1.00/1.00 vMB 263
840,478 840,478 000000000000000000025b5f7ca3605d03263793b0a541c5e8c1cec5ba9fb30b 6,106 1.00/1.00 vMB 223
840,477 840,477 000000000000000000025d48cab4d09de8cce05db122e93a23af09e5421c93b2 5,889 1.00/1.00 vMB 222
840,476 840,476 0000000000000000000116d5648fe5a0f0c54600f61d5142d8e538c3fd8c6a0c 5,485 1.00/1.00 vMB 176
840,475 840,475 0000000000000000000061609a6e1e1100b066a2856d1337562d2f57755532fa 6,249 1.00/1.00 vMB 219
840,474 840,474 000000000000000000014064eb8f3a551dda7cac05de9ae37c3ece5ee56d275d 5,096 1.00/1.00 vMB 229
840,473 840,473 00000000000000000001c9e14d2c2563e18adad70c45c0112fc4dde26c672222 5,681 1.00/1.00 vMB 199
840,472 840,472 00000000000000000002a2513714040fbf92b555095eac0c6b44d1eac2da0307 6,229 1.00/1.00 vMB 178
840,471 840,471 00000000000000000000ce5ad8e351c0ce9a05a58e622cb8243ad6c18b24c90a 5,004 1.00/1.00 vMB 168
840,470 840,470 00000000000000000001901beb6d0ded42e731327a95e9c81a3d29336cc79402 4,791 1.00/1.00 vMB 186
840,469 840,469 00000000000000000000a7348fd6efec33bf641ed0eeead063e77f29a79f3a6c 5,762 1.00/1.00 vMB 207
840,468 840,468 0000000000000000000107df4e7d0b049dfc69a38d495b1b504170d00ff0a545 5,773 1.00/1.00 vMB 209
840,467 840,467 00000000000000000000f7a850f0c79eafb8fc30cc7c2bd439869e0721470a18 5,089 1.00/1.00 vMB 210
840,466 840,466 00000000000000000003397b6a3f375c72dc0b73552bf7668e559d5575f0ba5a 5,571 1.00/1.00 vMB 245
840,465 840,465 000000000000000000029654e61b48625d5d9ac5f4bf8e343d00a6ee2c759550 6,097 1.00/1.00 vMB 241
840,464 840,464 00000000000000000001093d4d6b21b80800fff6e5ea15cce6d65066f482cce9 5,710 1.00/1.00 vMB 204
840,463 840,463 00000000000000000002db1e5aa19784eec3de949f98ec757e7a7f2fc392079d 5,194 1.00/1.00 vMB 254
840,462 840,462 000000000000000000013d18c6f7273fa9244dc7c41dabb7135b8666e197ef81 3,436 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.