Memory Pool Memory Pool Refreshing

4,939 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,892 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (584,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,997 322,997 00000000000000000dc2d0d846e8eba4ff621bb306b990dd93ab21addcf6a7fd 0.39 MB 336 22
322,996 322,996 000000000000000009b17382085bdb75d9638bbae67de58130a16085b15827f7 0.07 MB 142 27
322,995 322,995 000000000000000002cdb57bcfa5c4beb4b5c422c969390ea403fdda928d2151 0.04 MB 94 31
322,994 322,994 00000000000000001746269cd2e1385fc25d054b320a831d0fb7cc9196a935aa 0.10 MB 171 24
322,993 322,993 000000000000000003a524ae601ebeee6009de53dc9b902f41c5d98a280aa3af 0.15 MB 260 26
322,992 322,992 00000000000000001898bf41a1f2208484933d8086ddde9903b47d37cb66ffc1 0.03 MB 58 30
322,991 322,991 0000000000000000059df5b96ebcd5dad56886287b41401891c1fc07d9d55557 0.15 MB 144 14
322,990 322,990 00000000000000001c691ea0c47020aa41a84944d620ec7dc06716168acaf451 0.32 MB 581 29
322,989 322,989 00000000000000001bedf0dbacdba651cfd861fa64d305231313518c7ca9bf00 0.15 MB 275 26
322,988 322,988 00000000000000001c21917e414d98da10ab731feb5f3d045c44bbfa3ba52575 0.14 MB 248 20
322,987 322,987 000000000000000005ec432fd4c506119a0123a028911fa3981bcde0568b66ab 0.71 MB 1,252 26
322,986 322,986 00000000000000000cf26461be25a3395e1733510bdf8825627d49c0cc0afe6d 0.03 MB 32 43
322,985 322,985 00000000000000000cad446a5fb53c74ba6741f77dcbadcc2376a2596effccf7 0.35 MB 552 26
322,984 322,984 000000000000000016508900d89d6c0ebd440fc9b9ec7c187b83c12a5fcd0ca5 0.75 MB 1,321 27
322,983 322,983 00000000000000001da4a5756ce147eaf711ee78fa6580cb718422007267bc94 0.06 MB 128 97
322,982 322,982 000000000000000014ea46d19a35ae8a6d6831b06f6f18937ca8efa082d5ca3c 0.08 MB 159 29
322,981 322,981 00000000000000001819e32ffe1f8d26b51b25852b1e95c5b4e39b8ec03762f5 0.27 MB 622 34
322,980 322,980 0000000000000000140c07ee343df53ab236c7a8da9874ddc1a1ba01a76fca42 0.21 MB 383 29
322,979 322,979 00000000000000000da070993858e9639497b3f5a17120f7def903d7add3b539 0.41 MB 690 31
322,978 322,978 00000000000000000529f2342d0ee415ef6d1afb8427de0d75d9d41278d72ef4 0.06 MB 118 24
322,977 322,977 00000000000000001f6990032ddf0b408ae9fa3440fa16a5cf0a1fedd97a184e 0.41 MB 696 26
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.53 GB sent, 93.13 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.