Memory Pool Memory Pool Refreshing

1,451 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (859,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,948 48,948 0000000019a0094088bd8429544a7788d91dc12294d274c305128bb1c8e08267 0.00 MB 1 0
48,947 48,947 0000000009c7e49f772af33d0f2b46b12dbb8610e969ceff98f7dd4383383ad0 0.00 MB 1 0
48,946 48,946 0000000017cde9723d7fec2e8e6accc3705fcc3be0e0646a966fc7ef71f02a18 0.00 MB 1 0
48,945 48,945 00000000267dae3060b956d0d63f3b3d86321f40b00b2220e9d41f810e7ba6fc 0.00 MB 1 0
48,944 48,944 00000000237bb488c40cff467e04ef0c10ef39283553d796586be7e81e70f9e6 0.00 MB 1 0
48,943 48,943 000000000d48fd0f43f9d1ca8d544c146dd37b151ab004a1cf672f47c0157c3f 0.00 MB 1 0
48,942 48,942 000000001d24569dddfc83b34d6e463e5d828d2c06bd52249ead6f608b93e26e 0.00 MB 1 0
48,941 48,941 0000000022d0798b02d72a76239f190dad17001fd410e8e5a4893159362e2e22 0.00 MB 1 0
48,940 48,940 0000000005918c193a15cf7f09461c493562df4b33e3e8c7356b7b2f782c1a0c 0.00 MB 1 0
48,939 48,939 000000001ab51e61ffd057de19da0a15c2d19494fc0aa09fddbec806e79a60dd 0.00 MB 1 0
48,938 48,938 0000000007d128da545dc77fe8f66d7d28169ff249d6848e5c7877c30ff00ec7 0.00 MB 1 0
48,937 48,937 000000000534405ee53f1ebe2c11b90ea6464e69dc14526618acbda9408d7e90 0.00 MB 1 0
48,936 48,936 000000000cdba780be6556a9e17f745c1b52086d59fcf4e0438e62fc7a740332 0.00 MB 1 0
48,935 48,935 0000000028eee8af2e6bcde67103b283c4b8871a32fe3407fc212cb52842bba4 0.00 MB 1 0
48,934 48,934 000000001c276d46f64e2d41d1a77acb7fdeb5019932507f8ffdd7c7057419c5 0.00 MB 1 0
48,933 48,933 00000000163bb612efcc61e6063691a9f19752ccf736198b33316c1c5c80e7f0 0.00 MB 1 0
48,932 48,932 0000000010307e932a406d1fe5ca868963e7e5a78f85c9e2fdddc3a632179776 0.00 MB 1 0
48,931 48,931 000000000b39a8c3b32260abdfaa72c034bc562d60ee4a143c89030999b3a6b5 0.00 MB 1 0
48,930 48,930 0000000000f221ba3e041224ccc4698d90db8f76b8e7f9352ce064c9c0ed09cf 0.00 MB 1 0
48,929 48,929 000000000678e4c8f47edde43a143f7ad138b2b3f6975322d18690f6f203345c 0.00 MB 1 0
48,928 48,928 0000000010611ab14079a24f3b848e80b44f3c9f9a8655bffc2d1d71b5ac4736 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.