Loading Tool

Explorer IconExplorer

Memory Pool

81,935 transactions
30.92 vMB
0.10271816 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt 38c8bc97b7ded44e8a81e0f65768f545fcd3884d6e14c8d99967fff17596ecf8
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 38eb8f41ac7c1c7e8bc74cae9767d0142eac792cafc0ef55c896954947884390
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.03224886 BTC
Feerates: 803.65 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (244,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,629 670,629 0000000000000000000384a58cdbaacad3064da1fdebe3a0f1a063c3f9fc695b 2,672 1.00/1.00 vMB 43
670,628 670,628 00000000000000000000b94b32d029acbe288b7a54bbb067610718cf9543b979 2,951 1.00/1.00 vMB 135
670,627 670,627 0000000000000000000b62b6d3b9002320188a8ac5851d44a7c9358009d804b8 1,786 1.00/1.00 vMB 54
670,626 670,626 000000000000000000013dfa58e80e8ea64ccf800b457b39c96521a847702d39 2,842 1.00/1.00 vMB 152
670,625 670,625 0000000000000000000c4ce9fe67c4e1982f9a038a7307ba64d9868ab91ff252 2,186 1.00/1.00 vMB 75
670,624 670,624 000000000000000000024f35c10837fff0ecaabf202dbc393aff05ed1e2df588 1,605 1.00/1.00 vMB 10
670,623 670,623 000000000000000000068ee724543e46c5f3cb36af5eef8349fe711b312ae575 2,204 1.00/1.00 vMB 69
670,622 670,622 00000000000000000006d6601190b5e22e48b7d7220f6ba4187d8944eb72ce85 2,291 1.00/1.00 vMB 74
670,621 670,621 0000000000000000000b7051d5749448ebd0b351518de7716e9143387dfc810e 2,383 1.00/1.00 vMB 63
670,620 670,620 000000000000000000081fa47199593a23878e2392d17266bb019f794518bcd6 913 1.00/1.00 vMB 129
670,619 670,619 000000000000000000085ce1e95f85e2153dcd74e1b8d52de51802129ee7d565 2,407 1.00/1.00 vMB 98
670,618 670,618 0000000000000000000437eeda4a080c1b9a18656ccb03058896146e53617721 1,038 1.00/1.00 vMB 23
670,617 670,617 00000000000000000008cfdf48b004e68738b4e1e1d25429ea5c1369b173dfd6 2,387 1.00/1.00 vMB 62
670,616 670,616 0000000000000000000c583e4510302ffa837ae1cef9f68d9f24fd999e7252ad 2,658 1.00/1.00 vMB 114
670,615 670,615 00000000000000000007157ce35444b80a2d0a1e3e1f9d7d78395ea314c8f2cf 1,229 1.00/1.00 vMB 10
670,614 670,614 00000000000000000005b056fe3f662b3fd8c546b0a4d30bbcfb402a2b0861a0 1,382 1.00/1.00 vMB 14
670,613 670,613 0000000000000000000094ecee792d14983610ded127148be61352260e94ccd3 2,201 1.00/1.00 vMB 83
670,612 670,612 0000000000000000000bb7fdee1c70f6d8ccd6cf7b71d9969d02e63fb92b7d18 1,708 1.00/1.00 vMB 21
670,611 670,611 00000000000000000005dbdbc13579ccadd498e579e7d90611308e5b7ae8e844 2,784 1.00/1.00 vMB 31
670,610 670,610 00000000000000000007f46b85fffb2520d2720c64a6ad0eb3c7ac2767fa77e8 2,771 1.00/1.00 vMB 118
670,609 670,609 00000000000000000008d6628d443793173a4c2afece244bd5588a0f705d33e2 2,580 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 783.00 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: 718.63 GB
    • Received: 17.93 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.