Memory Pool Memory Pool Refreshing

10,569 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (620,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,253 287,253 0000000000000000ee50a8364daae6ce124272d7688f80c56a75f1ed04b68ed8 0.06 MB 91 31
287,252 287,252 0000000000000000b93f133672705da7b31d4beb5b533384f2080d9054716400 0.37 MB 501 29
287,251 287,251 00000000000000003d8dab5e0b731e0b93ed928e253177a3ede264fcd27334a7 0.18 MB 291 30
287,250 287,250 0000000000000000edade8da5287ea352735b3f2c16a000c6346f01deda4a66b 0.27 MB 428 29
287,249 287,249 0000000000000000da68249315560786fa4c9e738f373091fa3ccdb084cb5cbc 0.12 MB 126 15
287,248 287,248 0000000000000000583c04bf7f0641f470acc8e06a684f28ce0be05a567f0ece 0.35 MB 875 40
287,247 287,247 00000000000000012c1e8ea7c956f1b80acfe961b4990adb9d7a40c4dab9aa18 0.14 MB 258 31
287,246 287,246 0000000000000000f4d7f88110d538c006eb7dd3341d8323b13460eea42f8dff 0.10 MB 161 24
287,245 287,245 00000000000000002822a442434055f6dc60ad83ada116910371a5bea443638c 0.11 MB 171 29
287,244 287,244 00000000000000011fa860a6c3d65129c5fa528ee08f671e41f1ade4ef1c2801 0.11 MB 250 41
287,243 287,243 00000000000000004bfee2f5fcbffbc4dd32b6b02514353b78d245c56422e931 0.40 MB 567 50
287,242 287,242 00000000000000000af7b4874c6e61bae21c98a9706cf4b1433d6e52a74402f9 0.06 MB 151 20
287,241 287,241 00000000000000007ddc29bfebdf608f41ab4bbc37287d2232b5e656d324b0eb 0.33 MB 305 19
287,240 287,240 0000000000000000f748569544e053d0ca5d5fe9a0e772ae244510d1fdf36380 0.35 MB 846 46
287,239 287,239 00000000000000011cb598fe974bfb64b60fd7f353b8146f14c2abd5af234ce0 0.50 MB 898 26
287,238 287,238 0000000000000000de10863e40c8bec5318b5423baad552244b658057563b508 0.35 MB 1,152 49
287,237 287,237 0000000000000000454cad9f05105fa394a6cfdd0b974d4d3a15c17215df7aa0 0.06 MB 182 163
287,236 287,236 00000000000000013c7190e1601b997e38ef674834ea8a06afb590c5808c4e7d 0.06 MB 125 40
287,235 287,235 00000000000000005465f32c5a0c7772dec1c17254542d88d7ad33bb992815bd 0.04 MB 49 18
287,234 287,234 00000000000000010974cf3c991f8c93f2624df26ecb5eceaf74ddecb86325c3 0.10 MB 169 31
287,233 287,233 000000000000000090c2e808c894f7feff7cf908faee210506a38617dc2b6484 0.30 MB 590 30
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.