Loading Tool

Explorer IconExplorer

Memory Pool

74,392 transactions
28.67 vMB
0.07534370 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt 2eb9cb92c0e85be5977a8c4b562e28932215e1e9c0eedb53f52da402dccb2447
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (363,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,375 551,375 000000000000000000159a4836a91d646e1441da1e1f30ea5a33eb9912180f79 912 0.59/1.00 vMB 26
551,374 551,374 0000000000000000001bf2d1accec88dc2ac4ce59e1adb57d2d2acbe655afd96 1,039 0.46/1.00 vMB 20
551,373 551,373 00000000000000000023d172a1568b28e3ca3b631db467ac817506da971029c4 1,816 0.81/1.00 vMB 25
551,372 551,372 000000000000000000051d88406a6b85db82a8f29b206504b1ab7e5928431d31 697 1.00/1.00 vMB 5
551,371 551,371 00000000000000000005a3ea8575e9ddb202b7d988a17d0249093cc639315c1d 937 1.00/1.00 vMB 6
551,370 551,370 00000000000000000020e7c688c767fc1a57f5eaf365fd74534789d81e319781 1,177 1.00/1.00 vMB 14
551,369 551,369 0000000000000000001bea2a0267f1c42481f3c7c724b4bc6f704765c5c7ada4 926 1.00/1.00 vMB 14
551,368 551,368 000000000000000000064692ac814afa8aff5b8c7c3619cecb9f1e667ca2a6a0 970 1.00/1.00 vMB 2
551,367 551,367 00000000000000000014f9d8547d109eedd9c812958ad443e01c07a0b95580ce 2,647 1.00/1.00 vMB 10
551,366 551,366 000000000000000000238b5bab260b2c1b985f4d469d6ee50ace2e31c115a5d2 2,325 1.00/1.00 vMB 10
551,365 551,365 00000000000000000000fca1c8d6c6fe40d714f3d148fb8178bd9bfa6e563ed3 2,875 1.00/1.00 vMB 32
551,364 551,364 000000000000000000093aa9691600ed6231d5b11cee5ba289757f9b22bf1e39 2,371 1.00/1.00 vMB 35
551,363 551,363 00000000000000000022e23bd1b482d94ca7bd19e09b9310df6f03f5117d1310 1,907 1.00/1.00 vMB 20
551,362 551,362 000000000000000000275f47f30212acb720211842375d0d92284b906ce43fc4 3,136 1.00/1.00 vMB 24
551,361 551,361 0000000000000000000742bb22a1a1ac89807056011154d8f78cfbcbd8dde0f7 2,927 1.00/1.00 vMB 50
551,360 551,360 000000000000000000249d7a5f0c8faeeb449550298860ba9c88045c2c863e11 2,642 1.00/1.00 vMB 37
551,359 551,359 0000000000000000000a45849a73657c925de54c5dfde82748b68d0555e8734c 766 1.00/1.00 vMB 44
551,358 551,358 00000000000000000020af84fa17068b611248ad3dc2c2b04e7dc79c4d112f51 3,320 1.00/1.00 vMB 55
551,357 551,357 000000000000000000228bfb487993d5a7c109c65db7f651027ca9b46fe9e71a 741 1.00/1.00 vMB 45
551,356 551,356 000000000000000000071bc9556b6eaa33dc81c58968c629bc76dcb763c84701 1,295 1.00/1.00 vMB 44
551,355 551,355 0000000000000000001e96ed0e28a581fac9e1860c743d6a0c51a855d05d370d 950 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.