Memory Pool Memory Pool Refreshing

2,091 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,091 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (6,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,743 901,743 000000000000000000011061ea9c2f73c63e7509be2139db62ff6aaebe6e6b68 1.51 MB 4,701 2
901,742 901,742 00000000000000000001992d8308cd691799b4ca75106209c6fe33d6b2c16678 1.16 MB 1,042 2
901,741 901,741 000000000000000000022d6ab637d860e1a9c37a7a7c3b7add017f2595b74391 1.63 MB 3,073 4
901,740 901,740 00000000000000000001b6894e127054c6d6d7fc131a3deacf468a2829eed042 1.68 MB 2,531 4
901,739 901,739 0000000000000000000110398657abf57b8b196dbf48f2d43e239f6c712d1f02 1.59 MB 3,407 4
901,738 901,738 000000000000000000007d69b5ed8b66c32c9410fa4eba2ff66032ac1aee0693 1.49 MB 5,538 2
901,737 901,737 0000000000000000000201b1db33425ec2163e9a3b69136b16627b9fa116b088 1.39 MB 3,159 1
901,736 901,736 000000000000000000009248abcbf986872ad7aeaa6f5a905812f8c0e9ee08f0 1.27 MB 575 2
901,735 901,735 000000000000000000015f6b3a7c96b2e2a77de9b97621743a206fc30bee19c1 1.59 MB 3,876 5
901,734 901,734 000000000000000000015b8f13b93818ca0a457a89b84d7a8cca7ae0ad82117f 1.51 MB 4,226 5
901,733 901,733 0000000000000000000031481809f1cbc744547b3ae5eb3083b01054f0a0d755 1.54 MB 4,574 5
901,732 901,732 0000000000000000000131b1a35ec5f057fd612e088235de31855860debccd78 1.61 MB 3,644 6
901,731 901,731 0000000000000000000132c1ff3ff62914e662aba05a0780b076225a0fbf533f 1.39 MB 5,078 1
901,730 901,730 000000000000000000004ae0e8712a1f23fa17d9249f7f628e1a005e70a7df9a 1.51 MB 2,238 3
901,729 901,729 000000000000000000016d3b39dd87bfc60c8a2b25a85f5ad8453e4cfe26ac17 1.19 MB 1,521 2
901,728 901,728 000000000000000000006333ba3481bf03e7f0c841dd97ea780d541d0e35424e 1.22 MB 2,680 2
901,727 901,727 00000000000000000000d4bd9dec0b4cc764381d19a9a5c401d6c3a71bee677a 1.60 MB 4,112 4
901,726 901,726 00000000000000000001e658443666f19c83f3ba37cfdaaa5214bc3077b2b954 1.58 MB 4,570 4
901,725 901,725 00000000000000000000d812fb4c0730495fa0125974ed37d5cce6ae3ae08cf2 1.56 MB 4,662 6
901,724 901,724 00000000000000000000604a63211e08a4fdc52d5ccfbbf974b8b1d9344b5dfd 1.43 MB 5,834 13
901,723 901,723 000000000000000000013ec017ff1f4c5439caed7c77275a9a7a52acce9dbc91 1.63 MB 5,001 188
Previous 10 blocks ↓
Total Size: 769.10 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,629.16 GB sent, 93.41 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.