Loading Tool

Explorer IconExplorer

Memory Pool

73,693 transactions
28.16 vMB
0.06754096 BTC
Random Selection Loading Transactions
Max Size: 167.55/200 MB

Candidate Block

Mining Attempt e06b647ce2b6e7975d61972d621280847e7890f485fbba94b79f9cf3c3a7a27e
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 274df43cca555761aacc16593725b9f562498a13f25513d7c53abe621fd2b3a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,977
Size: 1.00 vMB
Total Fees: 0.01115922 BTC
Feerates: 101.62 > 1.12 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (336,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,384 578,384 00000000000000000000daac1bb8c5dfa7a7937b9755b065a38c63f8e6c1217e 2,376 1.00/1.00 vMB 97
578,383 578,383 00000000000000000007c624b63135adfcde623c7c9621098975fed5208b5611 2,805 1.00/1.00 vMB 123
578,382 578,382 0000000000000000001b6c76fd0acc852bd73c9ce26c7967c2319979b35d88b2 2,475 1.00/1.00 vMB 104
578,381 578,381 0000000000000000001c83b03c3a5da78a279bb28b1c46146088d1fe3fd3dcd2 2,762 1.00/1.00 vMB 132
578,380 578,380 0000000000000000001c5db1e3d535646c711e695e1ca64636a1a36f3c9fdb6e 2,927 1.00/1.00 vMB 165
578,379 578,379 000000000000000000085773284cf884f29364117c5cfd74831996a08ff3806e 2,817 1.00/1.00 vMB 167
578,378 578,378 000000000000000000040ddccf5c60ef96497f1e73e1a0ea6e792f1531e57381 2,413 1.00/1.00 vMB 107
578,377 578,377 0000000000000000000738580aeade6dd0515689540dcd439cd9330013a3086e 3,103 1.00/1.00 vMB 104
578,376 578,376 00000000000000000009789541a0c96fc7d0a69398ea7e184a227b35ec844103 3,346 1.00/1.00 vMB 145
578,375 578,375 0000000000000000000aa78263039f55186474dfdb3f0e466225bacef3e3832b 2,146 1.00/1.00 vMB 197
578,374 578,374 0000000000000000001b15f0d66f15c6c69f9c8e426684d8267f8691ebcdf9f0 2,864 1.00/1.00 vMB 158
578,373 578,373 00000000000000000015aceb9d68cd62426566d8696fc4a4d28fc11539770d92 2,553 1.00/1.00 vMB 139
578,372 578,372 000000000000000000278068b7634b8458ff62bf206243573841ab76c60a688a 2,532 1.00/1.00 vMB 138
578,371 578,371 0000000000000000000b16ce0cde43d7d78fdc31ae15b583eb22ea41d5eab071 2,734 1.00/1.00 vMB 172
578,370 578,370 0000000000000000000e99878b683d92ec952a557d9bef7a95ada76ba4124142 2,807 1.00/1.00 vMB 149
578,369 578,369 000000000000000000255ca895369e4cccb24f473c7995ed8cd4b73974fb4004 3,076 1.00/1.00 vMB 152
578,368 578,368 0000000000000000001d19a85ac9d3e18516943ce987ba1c4869f17bcd5d082b 3,041 1.00/1.00 vMB 182
578,367 578,367 00000000000000000007e6e82c048a55a35ef37573a84d7b056b576be26ebbb2 2,421 1.00/1.00 vMB 167
578,366 578,366 0000000000000000001a4a63b11eb786aa85c53a997d81c0657bd4f4869cbcfa 1,439 1.00/1.00 vMB 173
578,365 578,365 0000000000000000000f846b33f3f3ccafbbb90eed681088f420ef51a19d3e00 1,655 1.00/1.00 vMB 181
578,364 578,364 00000000000000000008a7e37b9eb354ce3109440dc4a77995a0ea5fb3c69bd9 2,106 1.00/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.