Loading Tool

Explorer IconExplorer

Memory Pool

51,027 transactions
29.12 vMB
0.07513294 BTC
Random Selection Loading Transactions
Max Size: 157.41/200 MB

Candidate Block

Mining Attempt 4be49fc69629634ccd5f165c2338643d9c894523efe5dcfe41e6f95931aab89f
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 6f100c66a8bd408dad16cf28040bcd1f2307d19faf3c02036571d8fe4bc673ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01916177 BTC
Feerates: 173.90 > 1.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (426,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,847 487,847 000000000000000000d472d374cb897bfba8396d61bd9b2d91c5a962d4d3c683 1,195 1.00/1.00 vMB 130
487,846 487,846 0000000000000000003dd9051435954de04ef3d9a75a5c9fba7a9d3166255981 1,371 1.00/1.00 vMB 117
487,845 487,845 000000000000000000d7c8038d3f9305615b9d4f872c56bd6702617b47ae18d2 1,168 1.00/1.00 vMB 117
487,844 487,844 00000000000000000076e3b816e94e33caf70f10abeeeb6d60737da9b1719671 727 1.00/1.00 vMB 104
487,843 487,843 0000000000000000007df909fcbac711b8e46ec3bba82851ea2b88c618d20fa1 2,396 1.00/1.00 vMB 117
487,842 487,842 00000000000000000077ef46aba9381fa4be6485092ed6637a6607852a63db1d 1,907 1.00/1.00 vMB 110
487,841 487,841 000000000000000000224f219ad77d6fc81b43cbc5725e55615920d46c9a0ac8 2,416 1.00/1.00 vMB 122
487,840 487,840 000000000000000000fed7278cb7fea14e82766a3bfee320d9f2c8464a1c2fb2 2,330 1.00/1.00 vMB 132
487,839 487,839 000000000000000000661613343d0c13898262a89366182282e593d24f166814 2,159 0.95/1.00 vMB 121
487,838 487,838 000000000000000000fbda47e7ae4617d9443394f3d3cbf6d8fb430f3ccdd1ca 2,522 1.00/1.00 vMB 132
487,837 487,837 000000000000000000fc03e457f28eae841b442d763d9845800434d959bdfe8e 1,773 1.00/1.00 vMB 162
487,836 487,836 000000000000000000aee8b06c7a1a1ae41c51c2a921427caa2dff10474765d4 2,396 1.00/1.00 vMB 172
487,835 487,835 000000000000000000f63f907192710c8fc71adcaf8d6c5a7e362248eab83455 2,160 1.00/1.00 vMB 141
487,834 487,834 000000000000000000381e987c0f9d257a4f652d7b8cbaa48b72e48ef1a844c8 1,468 1.00/1.00 vMB 120
487,833 487,833 0000000000000000008231be9c3e599f03ed22850601b70e04b217d85c30043c 2,116 1.00/1.00 vMB 176
487,832 487,832 000000000000000000effae55e0d0c30e370f211466f32afb1b22137a0b9631e 1,701 1.00/1.00 vMB 144
487,831 487,831 000000000000000000c72014fbb4e188a9158c7db4263ddcefbcf0cc4605137c 1,361 1.00/1.00 vMB 124
487,830 487,830 00000000000000000049f71e36ff8349cbb4a7913e365952e449ac8f8795fff3 760 1.00/1.00 vMB 126
487,829 487,829 000000000000000000ae58be60de068e89ab8ba82950a405089106b6d44dc83b 620 1.00/1.00 vMB 121
487,828 487,828 0000000000000000002e1c464221fd2033c2b48c41cd0665013e73d7a8a07399 566 1.00/1.00 vMB 120
487,827 487,827 000000000000000000ee09b1a1865e98426693c978ded3e5593f7fdfb2d290a3 1,391 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.