Memory Pool Memory Pool Refreshing

6,242 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (2,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,748 905,748 00000000000000000001bffa1d6164b864371b12172842549983ce24721e750b 1.69 MB 4,339 2
905,747 905,747 00000000000000000000803582e65c1e0c72f004cac05ebb4fdedf2729ffd67e 1.56 MB 3,705 2
905,746 905,746 00000000000000000001db1a638e16da8d68f65b4d341610e55f056080474797 2.16 MB 2,849 1
905,745 905,745 00000000000000000000119c1f0e1c6caa6a54273beb77ab7e8778188f43128e 1.61 MB 3,520 2
905,744 905,744 00000000000000000001b97585f751df4c20916ecb6c32afaf4104272c529015 1.53 MB 3,435 3
905,743 905,743 000000000000000000005b908b56ce2993012360f580a3e8b68a5454c816a1a9 1.40 MB 1,930 2
905,742 905,742 0000000000000000000089bb65f99bdfd6f4977128d5b3c596f970cb05960726 1.54 MB 4,091 5
905,741 905,741 00000000000000000001fcd46accb46d044aa73c0d333aaf635144a643d29816 3.47 MB 566 1
905,740 905,740 000000000000000000006ea1e55ab7b42275646f675aa7a726c0e7a0e03a9980 2.91 MB 1,607 2
905,739 905,739 000000000000000000019f2a42cf878849dd88c6de261dcba2416aa6002e0c63 2.40 MB 2,044 1
905,738 905,738 000000000000000000014d9f7280af8a6872eaa30e02db4ccd154d6437925c62 1.61 MB 3,660 5
905,737 905,737 00000000000000000000ecd6d03a6575d4dd4fbf51ce930fad6d956792da959b 1.68 MB 3,949 2
905,736 905,736 0000000000000000000218672aff138c84a2cbe81cb6269e51a1f2ab7d3c99be 1.56 MB 2,984 3
905,735 905,735 00000000000000000001e46253399e18d59bdff0fee1257d56b2e1c915e7857b 1.48 MB 2,371 3
905,734 905,734 00000000000000000001a908376fb3af26d950c98e2203c69b87faa6ae10d27a 1.63 MB 3,325 4
905,733 905,733 000000000000000000004460069382c06e523094b2d7101eb292c33da426954b 1.69 MB 2,896 3
905,732 905,732 00000000000000000001b55a347b3c632a81195fc84b4b5b419f0f51f125975d 1.66 MB 3,494 4
905,731 905,731 0000000000000000000215004930ee8e86f92be9379a606e413b8b900b5107b6 1.56 MB 4,277 6
905,730 905,730 000000000000000000018d9179f87205f7c0e33969296da7d85a84c2de9cc279 1.58 MB 3,428 7
905,729 905,729 00000000000000000000a6526b3f10690b541df8fe164b65dadc7b0de46136a4 1.92 MB 2,833 1
905,728 905,728 000000000000000000004a5500dcd634d408f554c754cb1687491bec760d45f3 1.81 MB 2,771 2
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.