Memory Pool Memory Pool Refreshing

5,597 transactions
1.67 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
3 sats/vbyte 3
2 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
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,007 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (879,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,943 28,943 000000005c11b189de8bef7e9648c6db344aa84b9f5ae81b2d5c2cf48027e661 0.00 MB 1 0
28,942 28,942 000000001fb7e47dcc9945aaa7bacd0f90e77d275ca3185ed6fdab85db416d55 0.00 MB 1 0
28,941 28,941 000000006c38803a757fcf3bfe2166083c842745f631b12b7769a827534cf49e 0.00 MB 1 0
28,940 28,940 00000000ba63231918d63a14cc302d728c5d355446eabb6335a97b4c278dcf49 0.00 MB 1 0
28,939 28,939 00000000a2c431144b3b1fa6d85de1efc8adc7f5a1278ac91ce8da2bd67e2916 0.00 MB 1 0
28,938 28,938 00000000ecbb15a14d933e910d64c168fbdc990d517c7d57287fb3c9d8c36006 0.00 MB 1 0
28,937 28,937 000000009168ac6bd888106a40f403c31e7daade2d09941fa5ccd4b04f450ddc 0.00 MB 1 0
28,936 28,936 0000000061480e578e1e030f8614d83e10e2e7bb46b97f99784bf1c9dc7c1b1a 0.00 MB 1 0
28,935 28,935 0000000068367cb53de3fbb502ce9729875b7dea630b6185c64f033fa816ea0d 0.00 MB 1 0
28,934 28,934 00000000c46a84519fae7da19a6e0f53fb2cc205c86ffdee0229ea7df0ec03c6 0.00 MB 1 0
28,933 28,933 000000007af4ced9dca06305eda1cbcec8a514b191e1d785b169fb57382ee8ca 0.00 MB 1 0
28,932 28,932 000000007d00ad4b2e6564a6e1645077e2d0b7a1b07a9b73a7e557be398c543a 0.00 MB 1 0
28,931 28,931 000000008afab7bd892ae3458b5c4431767d7ac140f1b1c51960b2f9e455e51d 0.00 MB 1 0
28,930 28,930 000000001990f0dd5d20b608101b9d615c0c60244eca04a90bc123e2f1d032ca 0.00 MB 1 0
28,929 28,929 00000000c634fbb1a5b85154cf5eb782546d9d4801a3e701e11a5102c6e3c46a 0.00 MB 1 0
28,928 28,928 00000000580af9fa98aef20adb9308d1d9386c59b1c987aa99de7c52618595e2 0.00 MB 1 0
28,927 28,927 00000000beb4973e57fa5acce781ee1ca58f957b37fb689c6e81f8471543a792 0.00 MB 1 0
28,926 28,926 00000000ca37db1620c8315a6f8ff1d11bdc48ee9670335533d61f3d55e330e7 0.00 MB 1 0
28,925 28,925 0000000038bed7d83362a4f1cbb53eb72e66923f0b10ac94f4bb9b5c0f884ae9 0.00 MB 1 0
28,924 28,924 000000004cfbef16b140bdf22f809fd6a9fdce02e83302dfa42884b7b42a1e7c 0.00 MB 1 0
28,923 28,923 00000000b835bd8634cff45e110f222c2f333f64de0fd3241535d29ff06e55b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,849.15 GB sent, 100.95 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.