Loading Tool

Explorer IconExplorer

Memory Pool

44,836 transactions
26.50 vMB
0.05327459 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt ae8abca9e541f81f041b5276a9d492ef75ac44089316970cfb39f89ebd5d81d9
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 5e72c34c9b4f3ebcd6018640326a11e7557927b1c2b34495e20c918c66508188
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,432
Size: 1.00 vMB
Total Fees: 0.00465360 BTC
Feerates: 40.21 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (284,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,478 630,478 0000000000000000000a4d9c5d350309e864b5b28986b9df4af2435a17745380 2,252 1.00/1.00 vMB 148
630,477 630,477 0000000000000000000db44fc17aeb4e1a11234205017bdc77861e9f41e4f9bf 2,932 1.00/1.00 vMB 174
630,476 630,476 0000000000000000000ec61b1e7605b4a4f929fbb4e6101c608db44483fa3e1b 2,231 1.00/1.00 vMB 159
630,475 630,475 0000000000000000000b68262c0ded43a6a159a307d68e2f59b2ab56f6b04ea6 2,766 1.00/1.00 vMB 93
630,474 630,474 0000000000000000000ee82cd583be5923062a401d352386976c86b9cd075c0e 2,546 1.00/1.00 vMB 78
630,473 630,473 0000000000000000000d818458106419a547f40229429c57bbb3da5b5eaf29a7 2,403 1.00/1.00 vMB 72
630,472 630,472 000000000000000000074705fb007379b8b3ba2d0d1b5052fa433fbda07afcf1 2,525 1.00/1.00 vMB 112
630,471 630,471 0000000000000000000eebf757b79219dc3996bb5ba4796b7429bc39782614c0 2,963 1.00/1.00 vMB 113
630,470 630,470 0000000000000000001044f4e053ce073983d7d1b49c27d55ce49a2064f6e192 2,823 1.00/1.00 vMB 107
630,469 630,469 0000000000000000000ed1859fd2569defa3582d9c5acf017b1ab4544868f98e 3,008 1.00/1.00 vMB 128
630,468 630,468 00000000000000000000de87eec31054883e1d3ee15c629f091d7c78f6e52475 2,404 1.00/1.00 vMB 138
630,467 630,467 00000000000000000006d310692c2a6d05be674e929e95b1b3d9d89a1e826a23 1 0.00/1.00 vMB 0
630,466 630,466 0000000000000000001108b9239febae6738aff8bac93aff353e582d611142d9 2,199 1.00/1.00 vMB 152
630,465 630,465 0000000000000000000a1a20f3e669536f4b831ebd69e8392993bad91f246d7b 1,412 1.00/1.00 vMB 181
630,464 630,464 0000000000000000000b60ee9e93b154b21cddedb5cf7f1ae0f6d5a08b0dad10 2,785 1.00/1.00 vMB 137
630,463 630,463 0000000000000000000a965fcb54654e58eec494828f8ea759019d3193dfa480 1,197 1.00/1.00 vMB 140
630,462 630,462 0000000000000000000c9fce3de4903b89731d4ba8e2189bc67af86a519817ea 3,012 1.00/1.00 vMB 145
630,461 630,461 000000000000000000091c07d26b3804043cedd2aa726a89a9f151bc72281805 2,858 1.00/1.00 vMB 163
630,460 630,460 0000000000000000000064980df22d5133bd2d6416edc3be324f2ba67759c990 2,727 1.00/1.00 vMB 154
630,459 630,459 00000000000000000003f40d96c253f13e7e41f30f470027de68152df10f396e 2,919 1.00/1.00 vMB 190
630,458 630,458 00000000000000000002ade4070dab7917950ec72be1dbc1564bfb0500d5b530 3,111 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.