Loading Tool

Explorer IconExplorer

Memory Pool

80,101 transactions
30.03 vMB
0.08725072 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 93f1f7a75414b5a8d6c656496106a5b265dcbf973310d31ac2db5f122dc3fd93
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1651d6fc5c7815e85b1eafb8cfe64bf3246dd2ffbcdc6e2bb93d2d3000a10ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.02590378 BTC
Feerates: 301.07 > 2.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (415,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,908 499,908 000000000000000000099cc19d8df405492c52df11e66453d36d4a3fe2b2db10 337 1.00/1.00 vMB 115
499,907 499,907 000000000000000000952d555fad22f2958a60929414acdec6876d344a4ba118 804 1.00/1.00 vMB 171
499,906 499,906 0000000000000000001476f58d2d4abd76ca23d1d55959f27dc26d28c2f69a01 2,039 1.00/1.00 vMB 331
499,905 499,905 000000000000000000168c26c102de020a3a4e96ebff6e5c5de5ca4a24e9fe8f 1,186 1.00/1.00 vMB 199
499,904 499,904 0000000000000000001d072befe6c7e17628b85146908617d743208334d90514 2,531 1.00/1.00 vMB 375
499,903 499,903 00000000000000000032c35aa938c70aedb4196c790ea958072f71535e7134bc 1,394 1.00/1.00 vMB 206
499,902 499,902 00000000000000000043f4278bb16368c1d40dbf3c244b9707bca22a0e24b25d 1,449 1.00/1.00 vMB 250
499,901 499,901 000000000000000000315d3ec16b126a04e8bb6c6e4ae0d25afeafdfbfc6b755 1,152 1.00/1.00 vMB 183
499,900 499,900 0000000000000000006835cc2e40c713239aca920435673c22fc9ecfb8581b30 1,056 1.00/1.00 vMB 262
499,899 499,899 00000000000000000060f9878efc51252da555d74abc88b235652ebb0af478a3 2,682 1.00/1.00 vMB 304
499,898 499,898 00000000000000000088c55469b27f5b7250d59a2c15e4a2c81970b866167862 2,614 1.00/1.00 vMB 382
499,897 499,897 0000000000000000000da935a52b2d5422981a6f572c42391311c8bac5dc742d 2,602 1.00/1.00 vMB 442
499,896 499,896 00000000000000000095b21964478124ee13493b1dec091dc79a9e70c879e88c 1,145 1.00/1.00 vMB 192
499,895 499,895 0000000000000000000c4044b959ca95f5b41aa649d7e9b25fb51124a927959b 2,656 1.00/1.00 vMB 391
499,894 499,894 0000000000000000002f5b4ce24f01a4a42df6a990ae4e2511e9877a6e4367ed 1,709 1.00/1.00 vMB 261
499,893 499,893 00000000000000000074d73e3656ee814624a44d7661a3a49c502cf4eebea33f 2,614 1.00/1.00 vMB 389
499,892 499,892 00000000000000000016e201e830d4df1314ea38ffe50232fd36c8fc57423bc0 2,450 1.00/1.00 vMB 379
499,891 499,891 00000000000000000017e961df8910d5f4d95dbed7a49d30f8d398cbd6bc9ff1 908 1.00/1.00 vMB 227
499,890 499,890 00000000000000000034aefc56671c391716082d36b855218d5b65d2b5ed877f 1,350 1.00/1.00 vMB 243
499,889 499,889 00000000000000000022208d35b6c01353d389caf5179b248d6193a0a13373fa 707 1.00/1.00 vMB 212
499,888 499,888 00000000000000000034f7bd2bffb12b590eada706b9b985a458b0bf135c4291 1,845 1.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.