Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (656,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,891 250,891 00000000000000482c6ec35942d5a399cf553a517966631d73773028bafcba78 0.03 MB 47 99
250,890 250,890 0000000000000062c8002862071f46e2c0e56e6a87f9abd3ce0e898357535cb5 0.02 MB 37 23
250,889 250,889 000000000000004930a41207ccd4fe4776523024de6c75eb577a618f3a115279 0.21 MB 590 150
250,888 250,888 000000000000000a437294fd311f697ae9b2e4fee70f03519f7bff1014d2e650 0.05 MB 71 119
250,887 250,887 0000000000000022ade6f9701e83e4433f13d8fb42874842bd4dab7efcb4c15d 0.03 MB 39 126
250,886 250,886 0000000000000037cc3c9b0393127762b88942942ea1f077f9339de611678ec8 0.18 MB 508 170
250,885 250,885 00000000000000148c08244d722e07d73464d3540e10e76e0073502a3e7ea2ff 0.12 MB 298 106
250,884 250,884 0000000000000014aaf8f517c37175ca14f1b93408e26b9da42dbe193310fbc3 0.00 MB 15 55
250,883 250,883 0000000000000047c9b84622b30cea47991a5aad8790bf3e168e7a6be444f0b1 0.12 MB 170 105
250,882 250,882 00000000000000383c7172434ea090479ca7cfe1a212f3899ed3c55c8bf6deaa 0.07 MB 177 170
250,881 250,881 00000000000000509e403e19ac764e723921bac32f63388150349d2d92aba044 0.15 MB 295 111
250,880 250,880 00000000000000472ba7be209f03df3e1bb6d8a2a1ab9064f859f9b984a1dd8a 0.17 MB 341 116
250,879 250,879 0000000000000013c8d37ff2c708b5a66eaf936b539e3c04ce7d152f9fa69c1b 0.10 MB 256 195
250,878 250,878 0000000000000063123c4275ffb53c1e7e86b02907153110474380c023456c0f 0.04 MB 90 158
250,877 250,877 0000000000000055d87501af78301b45ad2ae43892706bd4af5a4ad8e66593be 0.07 MB 170 155
250,876 250,876 000000000000004f3c9c4e341e2b59b81eb5479cb46cf7640fe4ebc1dc567b52 0.04 MB 71 115
250,875 250,875 0000000000000029e7eeade7e351a6a726915415411ccbc30ab38a340694afd7 0.01 MB 25 68
250,874 250,874 00000000000000513a77a08ffbe2a5451b7991404934c6f73c03b753636fa3a1 0.12 MB 333 320
250,873 250,873 0000000000000007bdf418c89790ed80f06e9b7d99ec88fa55a56efa93b2e3ac 0.08 MB 185 131
250,872 250,872 000000000000001c16358bce07eeed6eca087806bf20fec24bc3e209586bc752 0.04 MB 75 150
250,871 250,871 00000000000000068a3c6bc8ed9f5f666776f400ddfb309508b6188f122c8fba 0.10 MB 256 63
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.