Memory Pool Memory Pool Refreshing

8,114 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (38,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,713 869,713 00000000000000000002624f77a18b4327098ab97490c8a5f0f8f8b00db4552c 1.59 MB 3,851 2
869,712 869,712 000000000000000000027fdbc1397f679bff81083a97e844e90f38b72038a3f2 1.61 MB 3,684 7
869,711 869,711 00000000000000000001157381228aea429e3be6e87f6b7515837c2afdb622bc 1.81 MB 3,020 2
869,710 869,710 000000000000000000018a3989ca8263844321b3b4f43e7cf7446a1973faa5fe 1.55 MB 4,352 3
869,709 869,709 00000000000000000000c370e95830c98d16038ae1cb6374e67b4de322983337 1.57 MB 3,821 7
869,708 869,708 0000000000000000000019a750ff25699f98b988824885601341091e47b4d2f2 1.55 MB 2,661 4
869,707 869,707 00000000000000000000c5a57f9fb09808d2f68f7213c915d90dcc07e2736f43 1.67 MB 4,073 5
869,706 869,706 0000000000000000000073ec5d07d469e9dbd52600301834a41e034ca245851e 1.63 MB 3,655 3
869,705 869,705 00000000000000000001bbcf8a40facfb96a9586cae87211ca50787ad89d642a 1.73 MB 3,894 7
869,704 869,704 00000000000000000002be25123c9581bc8df1de4f09605e62ceedc9ae9de7c1 1.72 MB 3,682 5
869,703 869,703 0000000000000000000281fed92b40a2ea755cb8f43e214609555f709eedea06 1.67 MB 4,148 7
869,702 869,702 00000000000000000000d7ac59bd1227b2bf8cc1c038c3e50575c364e99155d7 1.71 MB 4,493 7
869,701 869,701 000000000000000000002e328942a4182d3e420ac32ca6c57825bb315a8692fd 1.57 MB 4,085 12
869,700 869,700 000000000000000000020f749a34ea40bef7a8e3f729411f017deeefb158948e 1.59 MB 4,467 13
869,699 869,699 00000000000000000000db5a67589dbe26839106be6f243d92a13db3b35924ac 1.80 MB 4,474 3
869,698 869,698 00000000000000000001dd43e0a293f215b33878f0a598e0d4f3589a1efd2d4c 1.51 MB 3,188 5
869,697 869,697 00000000000000000000d734203f27e2e213030645a06ba601d1621e22932723 1.82 MB 4,934 3
869,696 869,696 00000000000000000001fcd24e569637a589027dfa080c568a769c45ceae07e1 1.65 MB 3,951 3
869,695 869,695 0000000000000000000249691e3a4fea47f5193cb4dd66b3adc82d867a677c5d 1.68 MB 3,988 5
869,694 869,694 00000000000000000001b7c81e5ea9ab4ad96dc17e1c7a68076226d41fe3d67d 1.62 MB 3,880 9
869,693 869,693 000000000000000000000001c4040b1ea831f0378f473e7412a7f9a13b35aefc 1.97 MB 2,762 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.14 GB sent, 94.17 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.