Loading Tool

Explorer IconExplorer

Memory Pool

73,562 transactions
27.24 vMB
0.06519213 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt de125760e831da540b805db44915edf82ae497a0f6c24c301ee5492188848d28
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 8fff0ba9aaeb2e8ec8463a1ee645bad97795b90c6f339ee092ee2880f81563da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.00734768 BTC
Feerates: 61.00 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (265,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,300 650,300 0000000000000000000a6ea3f9dc8fdb1abcbfde7b4d24eece1f48a20ade0681 1,625 0.64/1.00 vMB 43
650,299 650,299 0000000000000000000a8f50a725c5f5740e9dbba39cbf602f83b8121ff965d5 313 0.10/1.00 vMB 32
650,298 650,298 00000000000000000004d745c71be3c170b58b6279d22a53c20e3263ef25a8dd 1,017 0.53/1.00 vMB 49
650,297 650,297 0000000000000000000b65be6ba5a68ff4edfcba0e1f9093d54aea4164a30878 171 0.05/1.00 vMB 32
650,296 650,296 0000000000000000000a3c94423da833704828b71f6b1d7df78a18d78886118d 1,558 0.58/1.00 vMB 20
650,295 650,295 00000000000000000001ccf7ebfc93c852d572453c7f1a4ec9578d9aad8e92a0 2,795 1.00/1.00 vMB 13
650,294 650,294 0000000000000000000c6ff269e253ddf47526d4a047ce8407680962a604f3f1 2,106 1.00/1.00 vMB 45
650,293 650,293 0000000000000000000d67d5781298b5a29f0c9564af5215627b21970d057712 2,381 1.00/1.00 vMB 22
650,292 650,292 0000000000000000000cc082e5277dcad1106fbde5f3ab3e92055a44abc16d4c 1,766 1.00/1.00 vMB 102
650,291 650,291 0000000000000000000df7b1a40623210b6a3291df1d943adacd5b05bf6a9f9c 2,582 0.97/1.00 vMB 34
650,290 650,290 0000000000000000000746d6923ebc9522c4ebf4b74ab6242bc82e7fbb84ca09 1,651 0.98/1.00 vMB 6
650,289 650,289 000000000000000000095f4b6203fe008852f14b1fb021a773599e455641808a 2,497 1.00/1.00 vMB 9
650,288 650,288 00000000000000000007072b65400e529c39b5740a8e0db3b8ae51f9828f177e 2,154 1.00/1.00 vMB 41
650,287 650,287 00000000000000000004efff125fc115de4e2e8c95ecf830b388a093ebf1713f 2,581 1.00/1.00 vMB 13
650,286 650,286 0000000000000000000a5be9fc345f43a958e5c4e6c7b6312b038b2cefaf6799 2,828 1.00/1.00 vMB 46
650,285 650,285 00000000000000000001173336390959521b786a77bf4ab56125a27f669b0ce0 2,510 1.00/1.00 vMB 44
650,284 650,284 0000000000000000000aa24031f4032ffabf50201ac5c0e426a2106559647cc4 2,585 1.00/1.00 vMB 63
650,283 650,283 00000000000000000005cde0d0d1ea26fa1d28b762d1d1ec03227ba7d963fd94 1,244 0.54/1.00 vMB 25
650,282 650,282 0000000000000000000a9dc48920da0d931c057534ab7ea29967df2d4e49adb9 621 0.23/1.00 vMB 35
650,281 650,281 0000000000000000000962f526c5d151efb34166507281c8aa40da751674c9c4 231 0.09/1.00 vMB 28
650,280 650,280 0000000000000000000308ddf5a7f187fdbed226c221d58f8f1c0e22139ddb7e 2,630 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.