Memory Pool Memory Pool Refreshing

5,524 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (633,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,882 273,882 0000000000000003decfde88dfa9b8251fe2c373608f05bddd7dae0cb0cfa84b 0.05 MB 44 20
273,881 273,881 0000000000000001da7a9d4c41a2609f148ac56903ffee09b4d381b60eaf0adf 0.19 MB 348 49
273,880 273,880 0000000000000001977bfcd18ae6680dfcef14ecd62fce53e080a2cd3aaa4248 0.04 MB 102 70
273,879 273,879 0000000000000002ce5d02a9ea81a8e85562b5b13bfe82ec8f06a0c79d2a4d12 0.28 MB 678 65
273,878 273,878 00000000000000005719391b85b8c83cf8738f4bd39d7c1f366038475b86ca03 0.08 MB 74 24
273,877 273,877 00000000000000001efffe787af588a4379d476f7b66fe330ae1040630b2ed87 0.25 MB 497 41
273,876 273,876 0000000000000000b578112ae093d515d2b7a01a37c2e220cf66d768e18be2dd 0.03 MB 89 104
273,875 273,875 000000000000000473654d6514daf2ad52fc516a5b62ece147d4b9bf7bd98b14 0.05 MB 55 14
273,874 273,874 00000000000000037477314733360d194cb233cdf2007893c53bf12396491cdb 0.01 MB 40 37
273,873 273,873 0000000000000001ceb3176be405cd3bec4088f6a0f92dba370227e557a736fe 0.23 MB 502 62
273,872 273,872 000000000000000254f8ee7faa5ebd64d07076a163718214b740a548db37b252 0.02 MB 30 17
273,871 273,871 000000000000000168df3436d650de006dc79e3299067644160258db97cba08c 0.05 MB 108 38
273,870 273,870 00000000000000038a4028967f692e04492495535a96e77924d3a9dc938837ea 0.07 MB 150 48
273,869 273,869 000000000000000054a15a1e1b98e1bb102e8eeca53109bc7547b56d37f18364 0.24 MB 455 45
273,868 273,868 00000000000000060c8c1b7180046262f78af6ab859ddd02734b4ee9268fbbab 0.07 MB 132 27
273,867 273,867 00000000000000017b60c39e9b65acc20c2a49110887efbc3c2fee3522c88d82 0.20 MB 306 27
273,866 273,866 0000000000000004474478e09012f3c0384218e93a9d3e0d169e6fe482924c13 0.25 MB 729 84
273,865 273,865 00000000000000007beb803a22fe867224ff5e8c46c6bbab69dd5264c5c49543 0.19 MB 287 33
273,864 273,864 0000000000000004528f0d955edb7bc62cb1d83b30167c559039d49277add2fd 0.03 MB 74 46
273,863 273,863 0000000000000001706507342510a9a3ffccab1e2d65a765ca7de27f9606fac4 0.23 MB 508 45
273,862 273,862 0000000000000002fd951d59381824210a8191ab59cebc2031d61a26841617e3 0.03 MB 35 7
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.