Loading Tool

Explorer IconExplorer

Memory Pool

79,073 transactions
29.48 vMB
0.06810302 BTC
Random Selection Loading Transactions
Max Size: 177.44/200 MB

Candidate Block

Mining Attempt f2c1a395e888230fbd7be02590d296928e8832985df5e71fbf0a8f22f9f046c4
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root a989569de85be66a80c5ddc0d84eb5b8c115e35fe402de6c20ee3c71c539d28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.00827889 BTC
Feerates: 150.77 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (283,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,562 631,562 00000000000000000009045c98a1a95d8e1467bc3c06966ddbd266b56ed6e925 2,647 1.00/1.00 vMB 24
631,561 631,561 00000000000000000000acf95bb3e65a7816c8bbfd3b144ab11ae041bdcda23e 2,874 1.00/1.00 vMB 83
631,560 631,560 000000000000000000025961441be26449fb901f1e24031f2cb22324c56c4015 2,817 1.00/1.00 vMB 125
631,559 631,559 0000000000000000000dce3738b7e7774e45a0f9959836567a4481021891932d 1,665 1.00/1.00 vMB 30
631,558 631,558 000000000000000000058d6674d420820d863cc54c4cad3f376592817fc43cc5 2,698 1.00/1.00 vMB 83
631,557 631,557 0000000000000000000940b73dc9e369b1ac8238d747cb3d4024a5239d920b9d 2,982 1.00/1.00 vMB 131
631,556 631,556 00000000000000000007f984ddec1990832da4781a36aacc1ec02d8c7ae1bdd0 2,060 1.00/1.00 vMB 117
631,555 631,555 000000000000000000110575a43c7538072c5e86bf3f1befb1fbfdc6fe25ac17 3,168 1.00/1.00 vMB 202
631,554 631,554 0000000000000000000c261be9a81f084929f599d02f760d0e018416e4c538f1 3,094 1.00/1.00 vMB 155
631,553 631,553 0000000000000000000a0adcf0b4a4c7d3fdd060f0fa2ac4af5efeee2ca2d741 2,595 1.00/1.00 vMB 116
631,552 631,552 0000000000000000001079f3f8a7efc1ea9330fdd12ab5c2700098e8463a7f5d 2,720 1.00/1.00 vMB 126
631,551 631,551 0000000000000000000554e5cef711a9b9f1e6750bac57bd7540324b3f058a5a 2,661 1.00/1.00 vMB 46
631,550 631,550 00000000000000000003a001e7d0092b37bef708f17a897655d8dd6e6ea8a7f3 1,929 1.00/1.00 vMB 178
631,549 631,549 0000000000000000000c8f746cbbd3bda55ce91590f4cbacbc6501ca2cc09980 1,757 1.00/1.00 vMB 39
631,548 631,548 000000000000000000009b9bfcd3a6838708f685bd05c8113da73e1f91025ab5 2,562 1.00/1.00 vMB 111
631,547 631,547 0000000000000000000e3ec9185c7d32ca78b36b7260d03f320dba99a0112326 1,833 1.00/1.00 vMB 33
631,546 631,546 00000000000000000007a09b7e9b2358269cb253a6725614ae614e89832a6bdf 2,191 1.00/1.00 vMB 15
631,545 631,545 00000000000000000006a0751820aad5a467a8ca4c4211466c978cdc00c705f5 2,262 1.00/1.00 vMB 76
631,544 631,544 0000000000000000000d45fbd6798400c5efe03325a17f75a0fd15c8a78a77a7 2,556 1.00/1.00 vMB 174
631,543 631,543 0000000000000000000868d580f79b59651c6fc83a5ad0f40ee53cdebf0ec0b5 1,772 1.00/1.00 vMB 208
631,542 631,542 00000000000000000005ee29c6cee15ce569eeaf86fda2917e1bf5afe2b284f6 209 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.38 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: 664.30 GB
    • Received: 14.96 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.