Loading Tool

Explorer IconExplorer

Memory Pool

24,781 transactions
5.42 vMB
0.05110436 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.23/200 MB

Candidate Block

Mining Attempt 026bee34f8a2f717e588d2522e764eb6c6d48ac938aef8216aa81196b143806b
Version 20000000
Previous Block 00000000000000000000fd012ea049d25cf28e26aee7c7a1fa30d0c8cd0c6532
Merkle Root 3a08dc8bac7f397459d9878824e6d2d901abb8b5d7ea2214f4c4324f966ac4e9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,061
Size: 0.63 vMB
Total Fees: 0.03797828 BTC
Avg Feerate: 1.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,982 (739,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,819 173,819 00000000000006b8112240de223437af87892c4819550594b267f8dd88b80870 0.02 MB 33 32
173,818 173,818 00000000000008a5097526239afca1d59e6e112aca135ab7dd5189b5fe9f0696 0.02 MB 54 82
173,817 173,817 000000000000045d87984e94193e0a2a68c0ecb343d14c4a10ee1f55adc09524 0.01 MB 15 94
173,816 173,816 000000000000064c66ac8071bf8abcd559b29f1619218ce8a91a37a6a9d2b92a 0.03 MB 21 28
173,815 173,815 00000000000007cdd05ef3f9ce8ddbfca2a2dd5b0a488a533692681734105725 0.02 MB 38 355
173,814 173,814 0000000000000271f1007e12c196643f1f9c83a5b32f480473619927b6dbd424 0.10 MB 47 59
173,813 173,813 000000000000033b1d5e09d7c741a769bcd97f22ba9d41eba9e9773dbf443033 0.01 MB 31 257
173,812 173,812 00000000000005386ca3a36ee43dd4c453d345cdfbfb32900379d24b86fa81e1 0.05 MB 155 81
173,811 173,811 000000000000089df284602f9988594185e78f5d36be0974ece43c4b7ed888a1 0.03 MB 56 21
173,810 173,810 0000000000000a4954d48de1d56158b02ee66dcf524be6345e027e8683fa6461 0.04 MB 71 118
173,809 173,809 00000000000000b5ebf57935fc87f5bb2651f620d80d2bf53e30214d9fd706b2 0.00 MB 5 61
173,808 173,808 000000000000097016f278157338dede7f5ab5b3ccd0601cfc7dc656132b09ea 0.08 MB 42 110
173,807 173,807 0000000000000384a8090b34a07d69821c9275bb48f96731d92b804be5f9e475 0.00 MB 1 0
173,806 173,806 000000000000066a56a669cf44342fa3ec5d66c003cf689106724519069e6eef 0.04 MB 138 28
173,805 173,805 00000000000000ce80a7e057163a4db1d5ad7b20fb6f598c9597b9665c8fb0d4 0.05 MB 106 259
173,804 173,804 00000000000006ce101199431bcc76609454139cde25d55557165cc9c575fc1d 0.00 MB 1 0
173,803 173,803 00000000000006d25160cec9c6d44f2756717f8434217c7c6e1b715333583352 0.00 MB 8 19
173,802 173,802 0000000000000947dd5f32e82d492062d5d99762d3e3bf1f9eb4db69de244a9e 0.02 MB 38 59
173,801 173,801 00000000000001d77dee42198542f530a38d36e8000b966d804d59c232e9060a 0.02 MB 87 18
173,800 173,800 00000000000007b514e96f2a23e57f5a034adb9af7f8d17f08f28b35d8154f0d 0.02 MB 55 154
173,799 173,799 0000000000000377e7ac5a6e2697bfd660f2c3c4de3a4bb6cb4cfbdcab6504e5 0.02 MB 62 63
Previous 10 blocks ↓
Total Size: 778.81 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: 361.57 GB
    • Received: 3.25 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.