Memory Pool Memory Pool Refreshing

6,921 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (571,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,906 335,906 00000000000000000a5d36bda51c6903d92a80c071afcf7aad49224d5ed1271d 0.30 MB 913 39
335,905 335,905 00000000000000000a3736371d10b8c979cba7e5b81b5cf260a5f0bd7d317ca1 0.16 MB 369 29
335,904 335,904 00000000000000001493387ea1b2c3be736ba001a58ad8b46f99932684d7730f 0.22 MB 429 26
335,903 335,903 00000000000000000a7b05b97122e9892b3b0487bae710dc381298a728b4a1db 0.23 MB 452 28
335,902 335,902 00000000000000001a6a36f2237c8191508292560b1af0e1666353fd9ebc71c1 0.20 MB 437 27
335,901 335,901 0000000000000000143ee1f68d064870820590f875e429e8add23c6f0ac5f919 0.04 MB 80 29
335,900 335,900 00000000000000000daf17bbadcebdc005560a9155252f2a08d2b929637c68e7 0.27 MB 528 23
335,899 335,899 000000000000000019ebede37d0b8924ff6d6058f875d6a83608bbf0c15db613 0.47 MB 513 14
335,898 335,898 000000000000000019ec82d66756b02b3fd228a74d94db3adea033e33d22f690 0.75 MB 1,629 41
335,897 335,897 000000000000000001aad9a4b8dc451ea686fce82ee8bdd67dea2d105ac229bd 0.08 MB 186 25
335,896 335,896 00000000000000000f4ad60d2d8467e835f6ec0c77e65688b65d66e8ae062bf6 0.40 MB 716 24
335,895 335,895 00000000000000000130db2f35e96b621ede58a6a08c503163155d04fe6d4aba 0.10 MB 233 26
335,894 335,894 000000000000000008ac7955c32db9076f2240a4e2b4f0f9bb562b8ff66daed8 0.22 MB 351 21
335,893 335,893 0000000000000000149cc111563d4ee0850fb328dfabca06b2c88108087186cd 0.18 MB 370 29
335,892 335,892 00000000000000000b1b7113d342439364762727239d80a95b5e0744705b8547 0.69 MB 1,350 26
335,891 335,891 0000000000000000153f0ecafc2ae51833dcd4c32d625bab83dc5b41c3e90679 0.04 MB 78 26
335,890 335,890 0000000000000000099b36918fb83b8a657a1ab2981ed363939a56c7381cf21a 0.06 MB 66 12
335,889 335,889 0000000000000000156f93d54d07e047281a9bcab7feb43abd7c5e1a5423e41a 0.12 MB 243 31
335,888 335,888 00000000000000000df0e974b41fbf90d161d2884ca4a5764f84f267314a8147 0.23 MB 408 24
335,887 335,887 0000000000000000039740897c42028d1d23baca4155c45adafe2f57e4ad09e2 0.10 MB 160 24
335,886 335,886 00000000000000001a3372153d4b51b6dea8e88cbe1b11e52cbbe49e183afad2 0.26 MB 545 26
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.73 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.