Loading Tool

Explorer IconExplorer

Memory Pool

42,956 transactions
26.64 vMB
0.07160040 BTC
Random Selection Loading Transactions
Max Size: 139.35/200 MB

Candidate Block

Mining Attempt dabfb8c0f93b067865cb66b319c8fffd75c8cc63b62e7c43922ba85f359f8979
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root aee4251bd8c4d9ad630f7dc693f7534d5a949099d93883c90f767f960ca48bb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,041
Size: 1.00 vMB
Total Fees: 0.02258757 BTC
Feerates: 100.36 > 2.26 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (284,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,480 630,480 0000000000000000000bd713c4166b7e14f47a945cf148dac65f90f539c17745 2,373 1.00/1.00 vMB 103
630,479 630,479 0000000000000000000429b241060d9e6beeb55843c616c6ebef557ba8d0c6da 2,689 1.00/1.00 vMB 108
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
Previous 10 blocks ↓
Total Size: 781.97 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.15 GB
    • Received: 13.00 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.