Memory Pool Memory Pool Refreshing

335 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,883 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 311 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (154,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,899 752,899 00000000000000000008408d85a971f789faccee260ed1f7abbc206d881a601c 2.00 MB 1,341 16
752,898 752,898 00000000000000000004299bdac1051dab3b4d5501638627277fa9fe04abdded 1.48 MB 1,510 14
752,897 752,897 00000000000000000002a8372dd50dca171aba8bd40d84c8d562ed75fc34f27f 1.58 MB 2,149 24
752,896 752,896 00000000000000000001d5b050be5afc11c62f49d5918fef94aeb18a73bb579a 1.55 MB 2,354 17
752,895 752,895 0000000000000000000738377ee23c1099bb4b4450745db37a488a7143d16247 1.31 MB 1,868 17
752,894 752,894 0000000000000000000260599566d883177cfb4fefc0affb59955193d2ca3379 1.61 MB 3,100 4
752,893 752,893 000000000000000000026eb6700b7ae93b69c7f06610cd11d92f9ec11e61dd7d 1.41 MB 1,958 9
752,892 752,892 00000000000000000000d190a620b12dedbd62cb65f4e3c4e50a6616aa42b257 1.50 MB 2,261 12
752,891 752,891 000000000000000000014cb711ede9409e84159244b271a944546a6a2c36dce7 1.57 MB 3,414 18
752,890 752,890 00000000000000000006f6232fea192793a13f4331e83bbabd87562d79f1a640 1.45 MB 3,337 20
752,889 752,889 000000000000000000025b98eeb70915336cb689046b1a5fd98b7b86738b64f5 1.55 MB 2,698 11
752,888 752,888 00000000000000000007646e890b14f930490f3429b2360aaaabed051b4aaf1d 1.42 MB 3,252 22
752,887 752,887 000000000000000000074bf4accb237e81032189adc374646197860b4dc2ddf3 1.42 MB 2,343 11
752,886 752,886 00000000000000000005715f87822427b9dabc08e67e2eaa5f2b1aff1a0037a5 0.85 MB 549 5
752,885 752,885 00000000000000000000fc8b69709269143298af3d9cc9e88ca704bd51735d1d 1.40 MB 1,686 11
752,884 752,884 0000000000000000000541a1eae04c1a492606eb2ad3bca16d0ae6c876a13073 1.13 MB 1,422 9
752,883 752,883 00000000000000000003c60da9e29a04c0d47843be4070a7ccd8f1b79ea57af1 0.15 MB 295 15
752,882 752,882 00000000000000000005384da5cc1b318cd78580c98fedf92f4fc6b625ad9e3e 0.78 MB 1,614 12
752,881 752,881 00000000000000000004dc00afab0377af26c76f3ade681dfec5c323452c524e 0.90 MB 1,906 11
752,880 752,880 00000000000000000009062872d0c36a55c1567f729690ab0bcec191bb839605 0.90 MB 1,010 2
752,879 752,879 00000000000000000008a84121e301b547544a5489d15891ea8bbbcbbf8667ac 1.56 MB 2,664 10
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.