Loading Tool

Explorer IconExplorer

Memory Pool

76,128 transactions
29.13 vMB
0.10360720 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt d69dd821dad2fc89badcf23e31f9bf7d2de8486a11157023dbad3cb13377eeae
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f51c7ec3c480f51706bf772de19ea59dda56e566ca859e950e227395a01998c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04133800 BTC
Feerates: 201.37 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (450,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,494 464,494 000000000000000000a7a1c47c8b661a874621f245639bfb4d959b7a1f1a7d5d 2,039 1.00/1.00 vMB 126
464,493 464,493 000000000000000001fa3b41ceb4f5000ca0ed6e41a2f2c0ff571e04892f2d79 2,366 1.00/1.00 vMB 203
464,492 464,492 00000000000000000078baec101d5b703bc032891e487090866c7b7ae752cd27 2,323 1.00/1.00 vMB 114
464,491 464,491 000000000000000000f2482144420caf2298be52803f0ecd36106f1d21b9b467 1,450 1.00/1.00 vMB 192
464,490 464,490 0000000000000000014569f3af31c1b249db0f3c4cf7016cf168fe20a89b1553 2,054 1.00/1.00 vMB 158
464,489 464,489 000000000000000000ab3dc67dc3c8d6bee83989aa31e727c538054ab2b19a38 1,642 0.99/1.00 vMB 175
464,488 464,488 00000000000000000084a66ac522630a683609adcbfb924fee51aae6539a301a 1,039 1.00/1.00 vMB 171
464,487 464,487 00000000000000000077093ee5e53a9d51eb16038b903ad4b7f71292d2369e80 992 1.00/1.00 vMB 135
464,486 464,486 000000000000000000894fcdc9afd47c08fa5572a2908dd4ba7418bddc02e2f1 1,289 1.00/1.00 vMB 128
464,485 464,485 0000000000000000010b0809b8afc78ee8bd5869a9d07208a38e4b4eb485c3aa 2,229 1.00/1.00 vMB 122
464,484 464,484 00000000000000000192d31558261cc089125dc691989cab48d6870270195871 2,340 1.00/1.00 vMB 138
464,483 464,483 0000000000000000020238b775b1769f6dd29cc355b9f1754dc6bf2ce19b86a3 1,708 1.00/1.00 vMB 198
464,482 464,482 000000000000000000975bae0a626b6d7fffbdde37a20e4fd9d8738a4a4ddf02 1,916 1.00/1.00 vMB 172
464,481 464,481 0000000000000000019090c6f724057f0ef7c6e7eff909cc9997026f38d96e02 2,198 1.00/1.00 vMB 149
464,480 464,480 000000000000000000268138b4ddd0e8dc212d928c38d540ac41196c28837474 1,964 1.00/1.00 vMB 195
464,479 464,479 000000000000000001f1adcd93e45f3f375db2a23ec63e04e7169b48cef8d6b9 2,122 1.00/1.00 vMB 149
464,478 464,478 000000000000000001ecdced1077dc6d0d1273e711639dae655badefe12ba5d5 2,361 1.00/1.00 vMB 155
464,477 464,477 000000000000000000a71233600145f3f08b3bc3664ecc4baa7cb4298a5471a5 1,782 1.00/1.00 vMB 148
464,476 464,476 00000000000000000005c92c87529a8c0123ffa4dbb9689e5baa1ae9142d2deb 745 1.00/1.00 vMB 123
464,475 464,475 000000000000000001777dbe2f876bcce3e71e8c7172fa8dc8e1b29af6a083d7 1,473 1.00/1.00 vMB 152
464,474 464,474 000000000000000000490fc62dbaf47c95a266805778e298c5c4b5c6bc784821 1,644 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.