Memory Pool Memory Pool Refreshing

1,452 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,488 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,487 (811,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,176 97,176 000000000001fd9632aed8df964e418d7584ca7281c2457d56b456e507c8b50d 0.00 MB 2 0
97,175 97,175 000000000001da8889a825ffaf0d2195ac68922c38b5598b9aa1049525da10da 0.00 MB 1 0
97,174 97,174 000000000003a2f83be328b76d64d0d5e8838d4a5383dc591387c822622d1c2e 0.00 MB 2 0
97,173 97,173 000000000002e6b48614c6192fddf93595ea1374bcf8cc282464ccd1707829af 0.00 MB 2 0
97,172 97,172 00000000000272c378b33133cb09c23b5094f6f16e910fa79cd99ffea01e2c06 0.00 MB 9 0
97,171 97,171 00000000000363337919c6534f372ef84308c4db08d69a3b60e054f143af1379 0.00 MB 4 0
97,170 97,170 00000000000411f1f26600f60d64d7123432cf12cd5c37431f6ef3061c0898d8 0.00 MB 6 607
97,169 97,169 0000000000047237a395390cbb45d682c0c5e46a6e39584634be0805404d09e7 0.00 MB 7 0
97,168 97,168 0000000000050bb40cb4c190bdcd3e72ef0a11e8091bdfaa349fdc360c1a8ec5 0.00 MB 2 0
97,167 97,167 0000000000028091ae9aec1e5e6ff2334f769a672250e5ab5c4b1081a1b26d81 0.00 MB 9 203
97,166 97,166 00000000000276814bc9e64e9c8300a4ecf856b2a865fa0bd2c6cab985421261 0.00 MB 10 0
97,165 97,165 00000000000028b68fa39c013ecc3eb9ce068d93b7aafb9bc838a9e101d5f85f 0.00 MB 2 0
97,164 97,164 000000000002198afc49b4121226ed422fc07c78c48b4befe19302b22701217c 0.00 MB 1 0
97,163 97,163 0000000000016b048f887369da73ecb678e192da9c150eca4473efc8f0ea1cb1 0.00 MB 2 0
97,162 97,162 00000000000229de1050576569e420c678df0eac5f794c0b47dbd99c48c8a52a 0.00 MB 3 2,074
97,161 97,161 00000000000098d02cdb01e8dea6173775fb66f9ddd53a5aafa82d34a8f2c732 0.00 MB 4 0
97,160 97,160 000000000001ebeaebe553b5e50a6c6c97cd626465d0b85674b7cabc8d10a2f9 0.00 MB 1 0
97,159 97,159 0000000000016cbd96d7c38942f09916f6f0a7cbbae89db7513e94d89cdd8e48 0.00 MB 1 0
97,158 97,158 0000000000050f5b8a5c71b89bc23297c1d141800e0a1651ddfc423bbb85e434 0.00 MB 3 0
97,157 97,157 00000000000307bd329f7fa42a262b74ce73dbd8a64772dbb67e7800fb8a6229 0.00 MB 2 0
97,156 97,156 0000000000017fcaf141f97bea9fc55caf5caaed013d55257ff6a62badbd8bb9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,809.11 GB sent, 100.05 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.