Memory Pool Memory Pool Refreshing

5,613 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (121,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,872 785,872 000000000000000000051c7b3717484262fad50e56102c247a355c312f05b851 1.85 MB 3,207 11
785,871 785,871 000000000000000000048b41479bb1d127d6abbeacf3909d42bef10d02ac0b88 1.94 MB 1,694 9
785,870 785,870 0000000000000000000314e8db6d6087c5fbe93b3afe61d0b14af5b34b547ce3 1.33 MB 1,905 21
785,869 785,869 0000000000000000000314e73ad3743a5f71c3eec68930a01397709a2aba90cd 1.37 MB 1,966 19
785,868 785,868 0000000000000000000362e9f3fdbb61d7235a4988140d33374c8d6f2727eb3b 1.44 MB 3,127 29
785,867 785,867 000000000000000000016506b89c097b8ae6af989ee385e32ebe47efd997d368 1.92 MB 2,732 15
785,866 785,866 0000000000000000000153180c271aa917eec35a6a6906cd025cabf41548849c 2.30 MB 1,859 8
785,865 785,865 00000000000000000002670514f7a0bbcbf4280a83f55c31010621c1f9bb6daa 1.79 MB 2,645 13
785,864 785,864 0000000000000000000494a133036e45ce5fcf3b10a40158c4b55675ede868e2 1.61 MB 2,577 16
785,863 785,863 00000000000000000002172ce4efb4f20b877a5b66416c88f17adc67a1a444b9 1.51 MB 2,289 11
785,862 785,862 000000000000000000008dcb86960c87cb378b86682bb4a4cd875bcf5a9862d6 1.57 MB 2,966 21
785,861 785,861 0000000000000000000584fa4b3fd339f3cdb30347e42d41e4b33566f2dc4030 1.54 MB 3,830 23
785,860 785,860 00000000000000000000189171d629ef0cc1b97fba3c8b29121ccbd915aad123 1.39 MB 2,442 30
785,859 785,859 0000000000000000000120300b49f4c7a920b78ca9873b10cf84b47e0b66143d 1.38 MB 2,916 26
785,858 785,858 000000000000000000031347253ae0f39b2ae6c048cd5f0c22a3e93a278b558c 1.43 MB 2,871 33
785,857 785,857 00000000000000000003d413cdb44a96f73ee7596d018b60d949669a2bbf9987 1.85 MB 2,322 9
785,856 785,856 00000000000000000004e51520b17aa3786c03d14fb932dfa0d6cca66d6ad262 2.34 MB 1,117 6
785,855 785,855 00000000000000000002a2b154ce366049030a4918ccd10bd2b78c9191fab97f 2.33 MB 2,351 14
785,854 785,854 0000000000000000000053896ae60ed09ee5a56f9537d23864658b3163988e86 2.52 MB 1,374 7
785,853 785,853 00000000000000000004edae7fb681cc7f30ed3533c0ab56d17c262d6e00e00b 1.38 MB 2,700 17
785,852 785,852 00000000000000000005bb681d5e10852305c8ad0909156a9aeb5127573ff072 1.43 MB 1,736 17
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.