Memory Pool Memory Pool Refreshing

1,216 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,998 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,216 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (666,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,594 241,594 00000000000000851a59edfc5bcb915a9869bf8a4ddf3e847f381181a39b3112 0.08 MB 143 170
241,593 241,593 00000000000000eab44febd63ad53476c4e9c04b6c3f482394c48abe7beea8b4 0.04 MB 97 97
241,592 241,592 00000000000000806f5a6dd9684afd18b7dd539904d63ae38c7c980894aab38e 0.07 MB 134 88
241,591 241,591 00000000000000e5bb6593cc29336367c2028e175f18ca408e3d1cc8117c7751 0.25 MB 514 161
241,590 241,590 0000000000000063fa009f486cf49f058fbbba1abb8fd35bc7172aff9c8d221a 0.07 MB 150 171
241,589 241,589 0000000000000003e8bb2c62d84972f44166b892552c824ee8ae9acbf97e9dcd 0.04 MB 64 86
241,588 241,588 00000000000001132538b66778242b38395e537a2a09c0b3fd29bdad2e57b943 0.04 MB 77 132
241,587 241,587 00000000000000aefd7b0ff06fb301356531d140a5d12cf843fae3bfc1ed8eb3 0.11 MB 201 110
241,586 241,586 0000000000000010d4871eba18a79db9e5c376eee56a5fc785a0b25bf523d89a 0.18 MB 343 136
241,585 241,585 0000000000000008c6eb5a0aaf06018381f775a088a91ac82ef326ef4dfa94f1 0.09 MB 256 201
241,584 241,584 00000000000000ac0073c2d0c72808eb478be71c625fdeb3e84fcdb9e071985a 0.00 MB 6 149
241,583 241,583 0000000000000102ba8292a8be7f878ce00b190fd64be98bab8b70efbd861361 0.04 MB 81 140
241,582 241,582 00000000000000f2b156436bf236556f91e6f4355e647bccfbeec943a788e401 0.00 MB 9 115
241,581 241,581 000000000000001f2e08fe2cccab4a0556ea26da9f653b9d4c57b5c5db444c80 0.05 MB 116 154
241,580 241,580 000000000000001967b022a53058482a92978b3a2448a94769bf8cd1806a0037 0.04 MB 61 100
241,579 241,579 000000000000002a8f192bd2815d5cc199268c30213190d4247e46fd8e2aa8c5 0.26 MB 616 146
241,578 241,578 00000000000000d87ae4f714bffe0374769feaa5ec5b07fadd9207f66b4a9fba 0.31 MB 684 148
241,577 241,577 000000000000000349dbfcc65c7470558a58d68cfe5b0af8a04700ee654fc058 0.06 MB 128 82
241,576 241,576 0000000000000070ee3324a548b219ff6f28ffa691f68108053858f19d5ef4a1 0.12 MB 260 156
241,575 241,575 00000000000000f7a388a896382b2b7fc07ee01205487da977c608099caa675c 0.05 MB 92 143
241,574 241,574 000000000000007e8760bc92c7fdbf28b8a5c6f6437fde1bcc9d81d221e7e537 0.07 MB 174 176
Previous 10 blocks ↓
Total Size: 769.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,648.23 GB sent, 95.64 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.