Loading Tool

Explorer IconExplorer

Memory Pool

41,412 transactions
26.57 vMB
0.05650092 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt 732ccd5e549686d8f7242c79da6f72928f6520552b320f69e05ef0453e51ec10
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 626d122aedc5f9ddba5125d95ef90770b7e54e9efa170ab6c10583667a6be84e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,070
Size: 1.00 vMB
Total Fees: 0.00761808 BTC
Feerates: 99.90 > 0.76 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (347,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,899 566,899 0000000000000000000180b31f7b44bb73d73ea2012e3b220535dd71c95b8e36 2,600 1.00/1.00 vMB 28
566,898 566,898 000000000000000000249d44bec2adb4ad86a285d8d19e178fdeebf68286d177 2,452 1.00/1.00 vMB 47
566,897 566,897 0000000000000000000880cc26ae0d87aeef514c91abd9bcf9e5f8d42618a7bf 2,656 1.00/1.00 vMB 26
566,896 566,896 0000000000000000002080b23bb70d8e5a9ed618fd64bd27794e1715a98f0e07 2,680 1.00/1.00 vMB 30
566,895 566,895 0000000000000000001147727fbc0fe848d545a9bfeb7f265b2898db2c3dc271 2,550 1.00/1.00 vMB 37
566,894 566,894 0000000000000000000a0ad0a7dd29dec37fe56fcc01d2fc298ece07ea6a3150 1,370 1.00/1.00 vMB 40
566,893 566,893 000000000000000000172462fde5f466944a73e2b49c22a075894b59be1fc60b 2,056 1.00/1.00 vMB 38
566,892 566,892 000000000000000000237b436c5bada1d2eb5beb857a8d1dc78926fe3a0c88cb 3,153 1.00/1.00 vMB 61
566,891 566,891 000000000000000000019e99b95bb1f69b7bdff2363d5de7c06fcd4339881375 2,445 1.00/1.00 vMB 61
566,890 566,890 0000000000000000001082d54564b20a6b19cf6e80fd2370a171ef07eed4dfb2 1,031 1.00/1.00 vMB 91
566,889 566,889 0000000000000000000e9a9b2ec8497772b1db0d8f83ae802fbe670b8bfa0c40 3,008 1.00/1.00 vMB 20
566,888 566,888 0000000000000000001f17204e9a2ec5e974839a92c1a98dfd7d4beb8d7c5c7a 2,850 1.00/1.00 vMB 44
566,887 566,887 0000000000000000000cf4fb817d94aeaf1099387a82cdbb0a489f1298530318 2,822 1.00/1.00 vMB 30
566,886 566,886 0000000000000000000168cdaafaa01f1b6e87bebd4f48fc5c7d3ec8106af972 2,608 0.96/1.00 vMB 24
566,885 566,885 000000000000000000017d93c6f9d88976f2b96d7dd0430311ee5b7fb05a3cda 594 0.24/1.00 vMB 24
566,884 566,884 000000000000000000242f94b911b8d854e411574c04298b86fb2387a9feb9f7 284 0.09/1.00 vMB 20
566,883 566,883 00000000000000000009de1cb74ec7949143e9140cf8725e8d773980542e3a66 497 0.59/1.00 vMB 20
566,882 566,882 0000000000000000000b14d1799f5bdcc5dfb091c97255dd78aec923b90c216f 1,470 0.90/1.00 vMB 28
566,881 566,881 000000000000000000194f4be05b3e9bee838d351e622ebc7d7320997b734aa4 964 0.38/1.00 vMB 22
566,880 566,880 000000000000000000021b2cedc7735589e35925327b27d5662f3822f5e2c14b 1,442 0.60/1.00 vMB 18
566,879 566,879 0000000000000000001b467410b750fd84ba21b5000db0e4efe06551ddebf2dd 2,843 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.21 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: 654.27 GB
    • Received: 14.11 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.