Memory Pool Memory Pool Refreshing

1,583 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (160,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,889 747,889 000000000000000000068c069e4777d26ff60ee5d55695ff90dd336ca68cdf67 1.61 MB 2,510 11
747,888 747,888 00000000000000000006571b94383f8306a565e70cf59273ce4826309231dddb 0.22 MB 384 15
747,887 747,887 00000000000000000005e03137570dff84cc7130ad127d746628e45f32e50b93 1.08 MB 1,318 8
747,886 747,886 000000000000000000008c4cc74d3f37253c952cd6d6a2446391449eff3f77ae 1.67 MB 1,142 7
747,885 747,885 000000000000000000076ffd2f292b2584b5f53fd42252e0067792a3e36a54fe 1.73 MB 991 5
747,884 747,884 00000000000000000005daaf20e44a002a279c68dda1038cc99c93ead761a88b 1.80 MB 950 4
747,883 747,883 00000000000000000000995340c0aded008adb483cc919e285b4180a5482f5a1 1.54 MB 1,207 5
747,882 747,882 0000000000000000000496c3eb8c60f2fb75c6eead48ccbb48fbade29ccf8b6a 1.31 MB 2,219 17
747,881 747,881 00000000000000000009b9fb2ee9e27e84670fc27c0a1fd76a5b41c32caf1955 1.76 MB 1,113 5
747,880 747,880 0000000000000000000606fe639a0f3ec664dda5e6b59a1e41165ace96a0607d 1.71 MB 1,288 3
747,879 747,879 000000000000000000091394e57e9b8183347ce928103d063166dd925167a5ae 1.66 MB 1,745 10
747,878 747,878 00000000000000000005f92bddcac0591bb5c9b1fe53601f686ee60c865c450f 1.66 MB 2,232 6
747,877 747,877 0000000000000000000906191685edf7649928562500aa3d4674a2ce98b8fa04 1.61 MB 2,377 5
747,876 747,876 00000000000000000008af4d41ffb24d9ed7a9de61a4b047b11f53a832bc0679 1.68 MB 1,969 5
747,875 747,875 0000000000000000000744b5aad1c1e4c06345c84ed0c7b60915fbd9b1d30417 1.44 MB 3,467 22
747,874 747,874 0000000000000000000802fd0063e5d3f6c384d519397aa37bd9885a054551f8 1.69 MB 2,681 10
747,873 747,873 0000000000000000000475c0bb0c0f37bf1aab303dcd0eb427f752420b24b143 1.15 MB 1,319 23
747,872 747,872 000000000000000000018960e1126d48481e4d2ccb99404995fca78671642b00 1.32 MB 1,112 12
747,871 747,871 00000000000000000009b154db81fba18419394bc5526a6e6ee40a9a482ff623 1.44 MB 3,345 21
747,870 747,870 00000000000000000002a0fe5e222aeb0d78f72575c6be6554d672a237b76323 1.62 MB 2,243 8
747,869 747,869 00000000000000000002cc1f8918f576cd0f4a63b66d7ab5306987bcab0f0437 1.41 MB 3,381 22
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.14 GB sent, 94.85 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.