Memory Pool Memory Pool Refreshing

2,251 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (870,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,260 38,260 000000004ab990badc8f9fa72a2646110043ab3b32d58742b745f5da9a24d019 0.00 MB 1 0
38,259 38,259 0000000058806ec29337b2fe1b03d479221d69443e5bc70b9d4dae1254add99d 0.00 MB 1 0
38,258 38,258 0000000013555b1a5c9fdc94d7887b61c29ebf222d7306ea09bbdb4c21511140 0.00 MB 1 0
38,257 38,257 00000000618d987f54d3f5e87970e250846d13087fdf58ab9b2c7f72b9e89957 0.00 MB 1 0
38,256 38,256 00000000aafdf006f2f72bfea78f2e8e7c47d5446dbc443c7bd9280d9d5eeb2f 0.00 MB 1 0
38,255 38,255 00000000118344b07a4ef91862bb0366f388b0cdff43725dad8e1a57a6952555 0.00 MB 1 0
38,254 38,254 000000008fb3140009b9460e32d4facdf328a37e8fa3cca565efdab15671e569 0.00 MB 1 0
38,253 38,253 0000000069a278a3f559cd4f817d692669d5761d2b34ab4c19d999dda0f6c8a4 0.00 MB 1 0
38,252 38,252 00000000955984f4517195e3bd12cbbbfa8eb9135ba8fd9440be514a1a5706e8 0.00 MB 1 0
38,251 38,251 000000005e3c1a38a72e845d860c27a184f7533cad86e3d64333adf837fe9c5f 0.00 MB 1 0
38,250 38,250 0000000090fccdbef6543059c9ba72b29b2772f2a4c18938d18eab1112813d74 0.00 MB 1 0
38,249 38,249 0000000019d2ed0ab4db92bec97cc70f55bc1aa1a37d5b5e997f0cb0c62dc968 0.00 MB 1 0
38,248 38,248 00000000781bf20ecd5557ed8b2eb2adf8982dca79e8b3f1d4389a8a5c86420f 0.00 MB 1 0
38,247 38,247 000000007c472313b7f7cff7bdfca873d44cc21005e483fe352020762bdc94ec 0.00 MB 1 0
38,246 38,246 00000000a674f7d5a950e79cdabb99a89a1f90be0f2858083b89b2890fc86747 0.00 MB 1 0
38,245 38,245 00000000a82c93b85f6545ee5b9b50e12647f59349a72eb706601364768ada9a 0.00 MB 1 0
38,244 38,244 00000000516a50037e33ea78bc66bddd28ba94c655777a991b9d4d03a22bfb42 0.00 MB 1 0
38,243 38,243 000000005acc2ecce3d7b6824935570301efbb167129f4d824f49b98898d980d 0.00 MB 1 0
38,242 38,242 0000000019749e76b940fb1de1026925277409b757d0cbcadd0b259947e89bcf 0.00 MB 1 0
38,241 38,241 0000000026cc0bbedeb3b127398a9a57a2ae2cc7422f964baccc0a28de64cdb7 0.00 MB 1 0
38,240 38,240 0000000070f15d4f744ca1a3e0977cbbf6ddd7fb2c6adaec0ab6d373166ebeb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.71 GB sent, 100.68 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.