Memory Pool Memory Pool Refreshing

9,799 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (666,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
241,573 241,573 00000000000000f573d2d886dd4c1dbdc7cfffe27a927f1d0397de6f567d16c3 0.20 MB 507 253
241,572 241,572 0000000000000068dd84973ca52c4f56922a1b0f75c7ec679115e97ab4ee949a 0.32 MB 608 128
241,571 241,571 00000000000000d0184a27ce0006a815bb6299cb1dce7bf3742b43fb39a3a20d 0.00 MB 3 24
241,570 241,570 00000000000000b711d8dc6f44af421178b95440585bfef9c621408ecdbf85a0 0.15 MB 337 165
Previous 10 blocks ↓
Total Size: 769.02 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,624.75 GB sent, 93.00 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.