Loading Tool

Explorer IconExplorer

Memory Pool

53,417 transactions
29.82 vMB
0.09888197 BTC
Random Selection Loading Transactions
Max Size: 160.01/200 MB

Candidate Block

Mining Attempt a6252231f8dcca1353419d4cc1720f023b9c1383cef3db4841c0408b8ed2fd9d
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 33b2e83a6e1ef77e2ca39234762fbe03b5ce1402bf10554a2462dc94c613e4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.02543860 BTC
Feerates: 157.35 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (75,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,897 838,897 00000000000000000003255e96d188a721203cbdf7685ab2430c526893fc66ca 2,916 1.00/1.00 vMB 107
838,896 838,896 000000000000000000015896e5f75849029357203dc6720659b0ca5ce9cdcf7f 3,538 1.00/1.00 vMB 93
838,895 838,895 00000000000000000002b8386290fb862947822a4907e719293d984e418fdb1a 3,444 1.00/1.00 vMB 107
838,894 838,894 00000000000000000002c278299e7d9a95de1a3e2bdb8e7545aa27721ad2a0ec 3,262 1.00/1.00 vMB 143
838,893 838,893 00000000000000000001b277b77bf1ddaa996e3a8e4b70ab6ddd5ad19279c726 3,042 1.00/1.00 vMB 136
838,892 838,892 00000000000000000000b1b1f92b9a66f78b5b804a6f83cf0178c44a263a02bf 3,770 1.00/1.00 vMB 119
838,891 838,891 000000000000000000022e0e4688f614e65e71758977a4ca1c539de77eb450ec 2,637 1.00/1.00 vMB 172
838,890 838,890 00000000000000000002fd5d39884412f0446bc517ef98c53e23d5b54832985a 3,280 1.00/1.00 vMB 117
838,889 838,889 00000000000000000002c6445f756e0eb1c6022a50e78201468dd180d647eaa9 3,303 1.00/1.00 vMB 139
838,888 838,888 0000000000000000000038cbd371231c4c0aafb9c8603f2a684125f3d635411e 3,444 1.00/1.00 vMB 132
838,887 838,887 00000000000000000000057f8a11b249b7d174bf2bc5595a84ba20f9285decf6 2,666 1.00/1.00 vMB 134
838,886 838,886 00000000000000000001a66adbcce19ffa90fb72f37115e43b407ea49b4a2dbf 2,614 1.00/1.00 vMB 142
838,885 838,885 000000000000000000002e334d605c87463e3e063b733f1ab39b3ce33146e87c 1,914 1.00/1.00 vMB 132
838,884 838,884 000000000000000000017b75f32705792f5bf1f350a536b114453d6a2c15056e 2,555 1.00/1.00 vMB 199
838,883 838,883 000000000000000000004203bc66f562de86821b27ca038f4a3d342a12d55f6c 3,481 1.00/1.00 vMB 181
838,882 838,882 000000000000000000026bb0108429f3bb9daf888c85ebe846b8af59d1ca7a9a 3,591 1.00/1.00 vMB 170
838,881 838,881 000000000000000000016ee91a82962f879e6ed54080a67da5f28185c7edab7b 3,096 1.00/1.00 vMB 149
838,880 838,880 000000000000000000027dd14f6e5e1fa530ea497eb31b0a9f481c3d7d26544b 3,455 1.00/1.00 vMB 171
838,879 838,879 00000000000000000002eabdbd35fb75019b7610dd02d020e3dc8a61bfed4d51 3,305 1.00/1.00 vMB 150
838,878 838,878 00000000000000000001c09a88c45dc7f564e26f2531b9f1ca06a53e986cfee3 3,698 1.00/1.00 vMB 152
838,877 838,877 000000000000000000015f7d88ad5b7e8b21b6c1724947aea7042b7e1ca3f7e4 3,744 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.89 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: 645.09 GB
    • Received: 12.68 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.