Memory Pool Memory Pool Refreshing

3,864 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (610,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,917 296,917 0000000000000000705bc30e907fd4d0971dbf640cf8803dcf7217d7675c70c1 0.17 MB 327 36
296,916 296,916 00000000000000009958a756aae721ee1cddc9bbf2a16989e00648932599359d 0.03 MB 30 21
296,915 296,915 00000000000000003aa4f741af9cb278d19394b529cb68d7fbeb54f644f4b4e9 0.07 MB 175 36
296,914 296,914 00000000000000009b3ee89597b32f3794e640cba312aee0340bbc638e0e39c0 0.31 MB 451 29
296,913 296,913 00000000000000001f4d9685d102398139018db3be061d3ba77ee63128c772a0 0.10 MB 256 29
296,912 296,912 000000000000000044a34d33e5b191359baf52ba81e81d984a73ac5ff41cc497 0.35 MB 833 42
296,911 296,911 000000000000000088873030ce2e3772bbabe07f6efa80be82cf3bbf4c860176 0.15 MB 265 37
296,910 296,910 00000000000000003fae5e40019c0a8e50b77c96f6e666e3db9fe16e762071cb 0.51 MB 675 25
296,909 296,909 00000000000000003ad502dbb71a5e749c9531f0bee7c46b1459379f4a289653 0.35 MB 781 37
296,908 296,908 000000000000000034f914648631de2ab6959087b9d56d678f9a825b7cb1b7ec 0.11 MB 186 47
296,907 296,907 000000000000000060582d5b15a2a6d9e056eb365dea9b9420fca10c0e278998 0.21 MB 351 31
296,906 296,906 000000000000000058b1710f1498a5829eb370323fbeebe03108e6b568020958 0.21 MB 289 35
296,905 296,905 00000000000000003ccce361f80099b8113fda7ae661f104bc96272d49289fcc 0.08 MB 135 31
296,904 296,904 0000000000000000320f84e438f47604330708c0b0b2b722b8d23eca15fc5179 0.10 MB 154 34
296,903 296,903 00000000000000003d46cd97d21abb9ec032feb9b418346a8e55d05e17cf7f34 0.14 MB 237 31
296,902 296,902 0000000000000000242c352683cf4dafb2ea67036ee81823c9affa9e31987458 0.26 MB 437 31
296,901 296,901 00000000000000000a32c48c875df9ac75cacf833abd7b0a095354312f430289 0.34 MB 531 30
296,900 296,900 000000000000000039784aeb849908e93db9969d514915d41a73d8f15eec9c12 0.05 MB 8 1
296,899 296,899 00000000000000005c45d6bac7bb6f41c3ed0929aefb3579b930496baca2e383 0.22 MB 425 33
296,898 296,898 00000000000000003b0f047753ed908645e59df2d5338752765211ec7bc9569a 0.22 MB 402 36
296,897 296,897 000000000000000018563be6df371b00ecdcfeab93f1fbf8e9742be4ab36cef8 0.10 MB 178 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.