Memory Pool Memory Pool Refreshing

4,195 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (879,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,921 28,921 000000009cf6d594dcd9f2dbef01bd0d95da2c73d82303043f1d3f2859ac94ce 0.00 MB 1 0
28,920 28,920 0000000098462049ba3dc8db66d73ea7a00de0e0995d17b82a0f753f8a2ca79c 0.00 MB 1 0
28,919 28,919 000000003d68658f9cbf10dc4fce36727332ea8f64a25fcb75c72a52a0d187c2 0.00 MB 1 0
28,918 28,918 00000000e5e15197b29119e6944a3f3de7c0bec23e24df471d9841ddf632ffa2 0.00 MB 1 0
28,917 28,917 00000000a6bbfb2b792645ea1d9842e98e113eaa5afa53329178853bf2fe2d54 0.00 MB 1 0
28,916 28,916 000000006b5916641fc0f1004eed10506815f69091cbf17fd9d62bdf31add2aa 0.00 MB 1 0
28,915 28,915 00000000a4f989242696ed56fe3ce7b857f1c47971968815d3087ab20d5774e0 0.00 MB 1 0
28,914 28,914 00000000892571969d542dc56ed6e160bc940698dee1159ae64e0251de08846d 0.00 MB 1 0
28,913 28,913 0000000048f3a6cc1515a41ba2751c4232b004cda1423142b3cfe8d43b494fba 0.00 MB 1 0
28,912 28,912 00000000a4b397ed0e0a979a88fc2ca19c71c5c8f6fae46878eb3b1e5b1070c5 0.00 MB 1 0
28,911 28,911 00000000327c41e204973660462a4ede011ce8856a703106ab21c9119a0843c5 0.00 MB 1 0
28,910 28,910 00000000a8119b8c967ea518333e17ad51b7912725954dcff8a61fa21eebb7bf 0.00 MB 1 0
28,909 28,909 0000000041e3efc14e4718fa55dd01b963b80d22f306754a43559863ed03cb61 0.00 MB 1 0
28,908 28,908 0000000026da8d3498f9f6bc452b073ff07a5b75db49e074b96fb1ad8d011bc8 0.00 MB 1 0
28,907 28,907 00000000cdff795d30a8a9464524fca52576abdf9d017fbd78d6dc3338849787 0.00 MB 1 0
28,906 28,906 000000000339fb128c832124b6619329d102e25c756d9b463f68ca4013fd26e6 0.00 MB 1 0
28,905 28,905 00000000a4c4f07b0d2de12f0681adf6c5779b0fe1f597c4e6cc7ece75ac4041 0.00 MB 1 0
28,904 28,904 000000004ec2c1b75e2e2dc0ab7c9c734bf42a0a5f14d85b38f2635754d08a40 0.00 MB 1 0
28,903 28,903 000000003be37627635cdd40a565b953cf230a17132a734f6efe0584c7d96d01 0.00 MB 1 0
28,902 28,902 00000000e4864a01c9878ff16e7a51bd014b85586f522bf428b4ed488f76c495 0.00 MB 1 0
28,901 28,901 00000000eb84e12f6a0dfd8d6850e6effa2ef2c6164ad555b0b1ad42c9ad5de3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.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.