Memory Pool Memory Pool Refreshing

8,982 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,887 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (794,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,998 112,998 000000000000839850c5775bf570d7871c3c16a93d063cfec74738826ebe8d56 0.01 MB 42 77
112,997 112,997 000000000000d652505afdffd462b3e8924f0bff9e60b204dd249309b4bdd91c 0.00 MB 9 481
112,996 112,996 00000000000073545160c1da33fcab11f8b0b1e748b0d8081c15954babaade5d 0.00 MB 10 0
112,995 112,995 000000000000d9822972fda53c74679b7d7d761f347034e54363ee9ccc114993 0.00 MB 4 1,481
112,994 112,994 0000000000000f794e05f79024202cad257eec08af05e8c9726dc34c2f12afc9 0.00 MB 13 271
112,993 112,993 000000000000c685eba0515ddbff21d531d951c9ddf18328fcc1be17a7578e18 0.00 MB 10 639
112,992 112,992 0000000000009abce6834b9b6ac2047cf5d39772ed8ee24807b5fd6f10c86a47 0.00 MB 1 0
112,991 112,991 0000000000005cc73a55d7de4ee593c095a9a9930134b4313dc48e5e299ae119 0.01 MB 48 409
112,990 112,990 0000000000004c19d05abdb4694fd6603c832f2d1a2f5d2b06912df6377957ad 0.00 MB 1 0
112,989 112,989 0000000000003d8ad2859d6814e8aec2416b549eec361dd7e30e0fbd4fed3965 0.00 MB 2 0
112,988 112,988 000000000000765ce13bda9a6f3a18b0ee9c51bba847c1a0fa2b5d2e73aaa3f2 0.00 MB 9 358
112,987 112,987 000000000000cafb93389f7ba39ee88468a5a4d6720782ccc25eac2962ce0a87 0.00 MB 8 358
112,986 112,986 000000000000a0fde202cc85d0d4156700f2c35b9a623886a11703030f400ab7 0.00 MB 9 363
112,985 112,985 000000000000715695b8f2d0ede6a803610f92b63ea725de7b6fe78ad27dee5b 0.00 MB 9 0
112,984 112,984 00000000000074c51b8c935819b5315b5c816b99f71ad7efaa9fd5810a9023b3 0.00 MB 10 0
112,983 112,983 000000000000b83f051f090c77af2b2832a92227588499d165e2e20c2437c643 0.00 MB 13 1,168
112,982 112,982 000000000000d9987c07984252bf869330016da01311b3119bc0e482efac2e88 0.00 MB 1 0
112,981 112,981 0000000000002e1ae90abb0bc8032aeabc6e87d6c347a6a873361011f7e31898 0.00 MB 6 0
112,980 112,980 00000000000029bbb4125da1cee3c56501d416c7a6ce9f28e56c117a088b4369 0.01 MB 18 958
112,979 112,979 00000000000085b020d1d4e89754c0bed0cfe80bab3c35935d2263eab6712967 0.00 MB 12 1,069
112,978 112,978 00000000000094054e00225184576518ffeb8f38bceb8e1a715e6cd3984ca950 0.01 MB 29 759
Previous 10 blocks ↓
Total Size: 769.28 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.61 GB sent, 94.36 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.