Memory Pool Memory Pool Refreshing

7,381 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,030 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (186,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,102 721,102 0000000000000000000a298f16b0ddb60cf4e5553505d92ffe195e772fc2159e 1.47 MB 1,817 5
721,101 721,101 00000000000000000008285423e818b1d867dfbf1de9297945ce1d06f6d3215c 1.46 MB 3,066 11
721,100 721,100 0000000000000000000354e27e82b9fbf680bc5d0591141eaf61faef8a28707c 1.44 MB 3,172 23
721,099 721,099 000000000000000000087a06706a71ade69f97d740cea92227578ad1537e504b 1.45 MB 3,101 10
721,098 721,098 000000000000000000067620096d1d5c63a604f5766a1a34c26fdee8628b0680 1.49 MB 2,658 8
721,097 721,097 00000000000000000008673cc332b69e047381367e99b4c52200c61ae653268e 1.63 MB 2,330 5
721,096 721,096 000000000000000000064b8fe01bb2bc60c741dd243a9d6f79a1c89f71b54993 1.51 MB 3,176 23
721,095 721,095 00000000000000000005cf7117c21219ce0723e54eae5799058bf44b7714f636 1.52 MB 2,483 12
721,094 721,094 00000000000000000003f2e477220a916c86ff546bae86df682d78d2ed49f494 1.16 MB 1,225 7
721,093 721,093 00000000000000000005f484ea45cf43e26126f6852a55eca751622cb2e4d560 1.52 MB 2,864 15
721,092 721,092 00000000000000000009f082b6f7cb6525a4c8d2481700fcfe85b7c7b8c2c1ea 1.45 MB 2,767 26
721,091 721,091 0000000000000000000a6a74e5ce51e09ce9ecf88252d36528580ca967c92de1 1.45 MB 1,618 10
721,090 721,090 0000000000000000000a3abd40e9b79c471fbe104eea16c38334921d0c4fbf80 1.52 MB 3,799 16
721,089 721,089 000000000000000000095af58dd9b97286884424ded70570f7df81f62fd58632 1.38 MB 2,962 27
721,088 721,088 000000000000000000002b59c11df314d0a8dad3e85d2121fc8f8d781c62f7f0 1.42 MB 2,899 27
721,087 721,087 00000000000000000002b417d91afc5a31bf01296b811e70b2ce2c8702abfe60 1.48 MB 2,625 13
721,086 721,086 00000000000000000009b363771d93b60261566bd750fbf1d1c24ac3a334b8ae 1.43 MB 1,875 7
721,085 721,085 00000000000000000005fd828aa9b033e2fb81f12ff3927e57a325b2d6d80437 1.64 MB 2,065 6
721,084 721,084 00000000000000000008e8e7189928ca2ea92ad6e1074a12df11049149252910 1.48 MB 3,314 18
721,083 721,083 000000000000000000025dfea7511b3fadafbfc55445b7f90877abddf18d5d8a 1.41 MB 2,997 9
721,082 721,082 0000000000000000000159be8963c7cd35f335b1fa16b7cc1e08f9f421f72a8e 1.48 MB 3,127 20
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.