Memory Pool Memory Pool Refreshing

10,107 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (736,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,905 170,905 0000000000000212af2bf84d3dd6d769c4043631b6a850f98938d6d94232e21c 0.00 MB 1 0
170,904 170,904 0000000000000a9b4b29a68ca435cb044d5d2f336cba4c2f7ef4d8f8ec1d3f90 0.04 MB 93 154
170,903 170,903 00000000000004e5bb1f3a8bc7c0114658d9d6dae6f54d62fa971f21f151b7a5 0.00 MB 1 0
170,902 170,902 0000000000000a00acaa414e2479f27175b7ec589bc9825014321c7f95835288 0.05 MB 110 607
170,901 170,901 000000000000032815d2dce1131be1b403134295f84f5dd88b6d2725d2277e5a 0.03 MB 46 77
170,900 170,900 0000000000000a4764809483f2e0a2132e8d70da38e7d15482cf9a251350c3ed 0.09 MB 98 99
170,899 170,899 00000000000002203a75366771f6a981115adccaeacff48e6dcb712b117915ce 0.05 MB 167 39
170,898 170,898 0000000000000972bdcb0cddf4a1da7993b6ef6a6de8d7fb00105eec8bfbfa90 0.00 MB 1 0
170,897 170,897 000000000000017bc65cc820b2717faefc96a930761163a13d2210d21665a89c 0.02 MB 40 91
170,896 170,896 000000000000086861550ca9bfb4d1e275fece5e2dda2ef5465529e07a7d0205 0.04 MB 77 188
170,895 170,895 0000000000000323a2b3320c41c187a7a0c0d17dcb4a618254ba3976abf42238 0.00 MB 14 25
170,894 170,894 000000000000073dcb802893a879d812cd9567a85c18261441c6319ce7e5b8b9 0.00 MB 13 324
170,893 170,893 00000000000009094e29e19aa8dc9c6c31f8210c820ee77141658ad19c17465b 0.00 MB 3 62
170,892 170,892 000000000000003d76acdd76f0f4d3714b77ad066e962d3b97235e2173e0a225 0.03 MB 23 84
170,891 170,891 0000000000000072c08339f1b5788508e6ed69a2fed516dc6e58c35c06347d83 0.04 MB 65 96
170,890 170,890 00000000000008769c41f96618410040b4144612eaa2cf9d31cc25c11a2469ad 0.03 MB 80 106
170,889 170,889 00000000000005e2d51814da026b31f839770c9bdc36d725ff737dbeca44b025 0.04 MB 52 75
170,888 170,888 000000000000038e080fdeac13c82c2dfa8f65a9e502db28258bd920e326c9ec 0.01 MB 27 0
170,887 170,887 00000000000001191e1ba4917c39dfd0cf95c9d0fa1024ed9003c628d1014381 0.01 MB 15 41
170,886 170,886 0000000000000984affde70aa1fef32f713013f240e4dac7edf338e0566ae81f 0.03 MB 35 55
170,885 170,885 000000000000010a9281fca835380f72c6617d3e1a413256b9cf8c1e97a28298 0.05 MB 126 151
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.