Loading Tool

Explorer IconExplorer

Memory Pool

77,893 transactions
29.16 vMB
0.08315542 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt e08337c8ee4f45b9731b9126f4d570beb23695f470cbf38f4355f2acb16f94ab
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 319f5b52ed7163312b69a5268d82f8599b17cdd9fca0f74a1ff5d0030bf5ea4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,994
Size: 1.00 vMB
Total Fees: 0.02213185 BTC
Feerates: 302.06 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (260,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,406 654,406 00000000000000000009539f1286be9c427d905fb5af6a7596ce087ef3f61e8b 1,739 1.00/1.00 vMB 128
654,405 654,405 00000000000000000004a82d6beda5c877574bcfd82ef990051c9d4f4d112ccf 2,303 1.00/1.00 vMB 180
654,404 654,404 0000000000000000000a1e946aa1b48bd25aea55ab30f27ecdc9a807760954a2 2,387 1.00/1.00 vMB 145
654,403 654,403 000000000000000000068a06e1a7c932cbeaf8618e65b4f588f9fc635c0d78e4 1,777 1.00/1.00 vMB 130
654,402 654,402 00000000000000000009a1475fab349f676350a9b275ffbf0be9d5612522ed99 1,960 1.00/1.00 vMB 165
654,401 654,401 00000000000000000004927a0c21f691cb21eef77071905ea21322e3c28a13a2 3,006 1.00/1.00 vMB 137
654,400 654,400 0000000000000000000456d922ee4f6eb0ee9be508529ed054d4fd59574e7297 2,931 1.00/1.00 vMB 168
654,399 654,399 0000000000000000000993414edc127a211c4a8e6003751cc796db3dd2c11864 2,961 1.00/1.00 vMB 149
654,398 654,398 0000000000000000000bcca2c8627950f401a4580a763128a53a3265988259b4 2,805 1.00/1.00 vMB 179
654,397 654,397 000000000000000000058ab5082a427537319c474b202d98b3938d912b6d1639 2,984 1.00/1.00 vMB 144
654,396 654,396 0000000000000000000515d00f910c74119b5476ae0e9b09142667d5f249950b 3,125 1.00/1.00 vMB 157
654,395 654,395 0000000000000000000b5087de72b35f59c818f6ac3fff932704c3b06a9c1578 2,231 1.00/1.00 vMB 162
654,394 654,394 00000000000000000004ee4f25974e4ee615dd73552e523414aa8d80745fc5d1 2,159 1.00/1.00 vMB 170
654,393 654,393 000000000000000000042192b2fd27225f0e07a8dc011bf93534348587b4e8c3 3,071 1.00/1.00 vMB 184
654,392 654,392 0000000000000000000668eeb057d5a8abb92a4578efdb610c01399911e8999b 2,559 1.00/1.00 vMB 170
654,391 654,391 0000000000000000000ad8e7f5ebad86a98e0c475ba0c849375464ca0c722aaf 2,928 1.00/1.00 vMB 181
654,390 654,390 00000000000000000001b16ecbdbcb4dcbd69f95b93c5c2dfbcb0946e4f66c27 2,936 1.00/1.00 vMB 164
654,389 654,389 00000000000000000008e0daee19633cd85099af499d4fb86b88aa1ee9f9ca75 2,715 1.00/1.00 vMB 149
654,388 654,388 0000000000000000000670b6ea0cb42939ba8d9fd2a4ad24de58b37ce96d249e 2,930 1.00/1.00 vMB 157
654,387 654,387 0000000000000000000c27b27e6de735ead77be94e336c529f5064db6e22ae74 2,853 1.00/1.00 vMB 179
654,386 654,386 00000000000000000001ab4ec55a10e35185ae48b02ae6524edeb991a215b287 3,098 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.