Memory Pool Memory Pool Refreshing

788 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (585,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,730 322,730 000000000000000009f39b15c93d31ebe45241ef2475eb02c9be1cb37053daf1 0.01 MB 16 8
322,729 322,729 00000000000000000fac27205f78d43452ae70e902bc69d212d56b5c710ce514 0.33 MB 647 28
322,728 322,728 000000000000000012e502cb480d4455ae02455ea479bbd650d11f5f6dae27a3 0.70 MB 910 24
322,727 322,727 000000000000000002a8bd02bbb91d60154c15170cb27918d4513e4fc5a3d666 0.46 MB 663 25
322,726 322,726 00000000000000001554109d61d67ce106c5f8f29e924baeeb752412d596c410 0.75 MB 1,145 26
322,725 322,725 00000000000000000a6d5bedc1c8834ee8058c1e167f590c144cdb8e9d543a4e 0.93 MB 2,098 34
322,724 322,724 000000000000000015521997b0ede3215acde7ec91257c6baf4b0f92ba336f16 0.46 MB 682 29
322,723 322,723 00000000000000000e7c6f01a80dd942caa43534c386c2de992fc5fd00b7ffc3 0.09 MB 146 29
322,722 322,722 00000000000000000496c139a704174a61bbe9e138c22f1a385539d10515baeb 0.03 MB 57 29
322,721 322,721 000000000000000006e1a82b4e56aaf8fe2bf1c31737b2620876652ab0215eae 0.07 MB 122 21
322,720 322,720 00000000000000000b39e7140e295d6dfbdcd2b74a5e17693c36b2577e8e6eac 0.54 MB 832 27
322,719 322,719 00000000000000000d186d8522d8bdf6e58144803562a58e553a1d827007380e 0.40 MB 634 26
322,718 322,718 00000000000000000ebbc146335d54b2910659ef005bf94e7e68c6514b037e65 0.47 MB 551 17
322,717 322,717 0000000000000000126339337db6d442aab9ebccaa644cd705643adc15a8c93d 0.30 MB 624 29
322,716 322,716 00000000000000000b170695b2670fc1ebf8445ba97ee114802ba882feadab35 0.10 MB 153 16
322,715 322,715 000000000000000008c119231310c7fe1f3770f22a286aa452583dea367fddce 0.50 MB 897 29
322,714 322,714 000000000000000003d2b0d1bf9ae172c76df9d6c913ca272fe4df44a62f5b4d 0.40 MB 730 29
322,713 322,713 00000000000000001528a5712e08ae365c6276bbdd00a51619d15c7a4e9ebda9 0.49 MB 818 27
322,712 322,712 0000000000000000012774bb74143c86de2b47b3ff48bc0b24611b449edc58e3 0.24 MB 401 28
322,711 322,711 00000000000000001d2b88962b0b1f1f7921a0cd0528aea0c816a3f27a785704 0.16 MB 301 28
322,710 322,710 00000000000000000ce68ac8913d83590c17a6e6188d1cffe31b0b0857d509cc 0.43 MB 506 19
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.