Memory Pool Memory Pool Refreshing

5,877 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,555 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (786,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,885 120,885 000000000000a76cc3e5bc19c8b0d53b3ea7002f2ee5e3afc50b7a9776b4b2f9 0.02 MB 39 328
120,884 120,884 0000000000000d653b22fc34c86a43782a19cf70bc2909e2e90a13cbd3f26626 0.01 MB 9 786
120,883 120,883 00000000000091486afcb7dee30ec65aeeef0dc820ae54aa57f6a9ce3884f455 0.00 MB 9 734
120,882 120,882 000000000000481280b597e7dd2c25e3a7178c1c415e5912c5600ba79d6079d3 0.00 MB 10 689
120,881 120,881 00000000000075daaa431517c5d885d7965335e4ded57706f0ac14f513195790 0.00 MB 6 694
120,880 120,880 000000000000459cd4441d64d483e642f20a75fa25543dce57888032fafebf57 0.00 MB 2 0
120,879 120,879 0000000000003687bd833adfc752ef25c5bd4637ee321fbcddd74dc3f56abff0 0.00 MB 6 0
120,878 120,878 000000000000690b07fb6d4da3cc9d4ec6a290bd9a1a9eea5777b7eeeb40de32 0.00 MB 8 1,347
120,877 120,877 0000000000005f4f37c9c23f701f5ff9cdde5ef682b0f98f1bc7a6c07e07da97 0.00 MB 1 0
120,876 120,876 000000000000789f3a0800a58d399bcf20f2a90e12b1fb48023907cdca28c3a0 0.01 MB 33 189
120,875 120,875 000000000000189a46a606d80e69f824a2280c025e1f2be18bc09c51902d6de0 0.01 MB 23 710
120,874 120,874 000000000000b23d1f9c370943d272cd8502e26a424dd82d95e3d1bec488dda9 0.00 MB 7 355
120,873 120,873 00000000000075c0d4f1cf3cf269a4d143b456c706c9e7cc87d7160a774ed097 0.01 MB 22 709
120,872 120,872 00000000000072824185bfaaabff557734d0d2cf20ea438ce82966cf86fda4f0 0.00 MB 2 0
120,871 120,871 00000000000033bca05fbf79737d1bbf374a446bf63a86aa7ad123778b3d9e9f 0.01 MB 21 1,031
120,870 120,870 0000000000000e2709137a4e3b7f5a7870caa5494ae1a6e89bf7aa7eea678233 0.00 MB 9 952
120,869 120,869 0000000000000d496cbc054194ffed075a8600725c62b10659e2f70dc92af7e9 0.02 MB 54 568
120,868 120,868 000000000000b47da2dd1a8afa5804a42f32a5ceb29515a07de47cbfcf3184d4 0.01 MB 33 534
120,867 120,867 000000000000628b3c5444c45544373aedf182127daffbdc85934dd03513a087 0.01 MB 25 1,241
120,866 120,866 0000000000008318b7d5bfb979c8934b24d94b6d8e61443065ad447cb6f69203 0.03 MB 75 418
120,865 120,865 0000000000003d3afd214724d573145eb0db6319199fa525f5e98ec21928cd8a 0.00 MB 14 998
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.