Memory Pool Memory Pool Refreshing

1,388 transactions
0.68 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
908,369 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,386 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (902,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,689 5,689 00000000e97b7fc46af3fd4592fe0fa9a9c0094da8b9a8fc7ef4810c6a23c304 0.00 MB 1 0
5,688 5,688 000000000941e2ff1d64d48fe0d72964d2ea14d33fca450070c7217975c5da46 0.00 MB 1 0
5,687 5,687 00000000767e2a9150cde98fd41225d82dbcef705ff5ffbe5627bae30404b870 0.00 MB 1 0
5,686 5,686 0000000003104a3dc59b8ce521a427b6cfdf67c6e183d36d1e5e74df7f83bbb0 0.00 MB 1 0
5,685 5,685 000000009feebe5cf4b3f28644cfcac8afc24e73548e0a9c54fd99d490f27315 0.00 MB 1 0
5,684 5,684 000000004d18f3fee1ce2d7b407748e2f14e330b4c7b1767763743676e1c9cf4 0.00 MB 1 0
5,683 5,683 0000000061e609fc1590a6b5fcfdddb58a03c7e8240b4275f0ad49d618e26d2a 0.00 MB 1 0
5,682 5,682 00000000aab648cb52d04762cb733b4cce193f960abdc1e6d888e2f05d6440a7 0.00 MB 1 0
5,681 5,681 00000000c4d23fc94f3939e26f249fee98ce464d38415a9299606399dce8e923 0.00 MB 1 0
5,680 5,680 00000000f10cbb89e740b80162df1f679def8d249371d46e6ddc671b63d360de 0.00 MB 1 0
5,679 5,679 000000005e707fcd51e766ce6bd973ff5adbe756d996184f476d1d3760ab4fc8 0.00 MB 1 0
5,678 5,678 000000008715a1aaa2adc6acc0c1ed61c169d92573987f6cd6c8136f06161c8e 0.00 MB 1 0
5,677 5,677 000000003764448a75a66060889b3bc0a664af73a494ffcde1e15893c102902c 0.00 MB 1 0
5,676 5,676 000000004f896c12fb04bfc61e3d8ee6a39b74948fb7344dd7dd1b7017da5e50 0.00 MB 1 0
5,675 5,675 000000001e2e1d2434b7a484ba71e34b5e76d665eeef0f2e7dbe77784b71e045 0.00 MB 1 0
5,674 5,674 0000000041a4c447be35d04d14eba4764a359e3798001a44406152ad67d12587 0.00 MB 1 0
5,673 5,673 00000000cfa3e85c598e71a7b4af92c21d60c63f2f5234d7d4a241e4a6263ab2 0.00 MB 1 0
5,672 5,672 000000005dd2b40fd79157d74961daf6583ab3189b51d26d316af208cb61c358 0.00 MB 1 0
5,671 5,671 00000000a4d4a5a85d5944b8f4de6a7efaefb5a056ee0997d587c19493062d6d 0.00 MB 1 0
5,670 5,670 00000000ef78b3d4894522830144ea85a6e3dad7caccbda7a118e51eb8115cbc 0.00 MB 1 0
5,669 5,669 0000000095a387d69be36dc016d5025fc12257f616e0defcbb76b89157e65c47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.