Memory Pool Memory Pool Refreshing

17,764 transactions (6.40 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,463 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (819,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,053 89,053 000000000002921dc7f97322dd301bd04de5ed21304658d66485fe84a7fd22f0 0.00 MB 1 0
89,052 89,052 00000000000a5a8a83a8bb38588bf36418d78fa61aac503dd7955e393ae36a42 0.00 MB 3 0
89,051 89,051 000000000004ffbb730efb176276912cbfd47891c86c72b6927e4bbcd274d06a 0.00 MB 1 0
89,050 89,050 000000000006e84638aa5e1736e24c68a20feaa5c63ce94a1b55b98cb3ae47be 0.00 MB 2 0
89,049 89,049 000000000010a95598f4702b264294659e6992a068970a776fcd73c267152481 0.00 MB 1 0
89,048 89,048 00000000000c628b4d5f533832bb3c44af1c955c01e07c11266eb4f9f877fc48 0.00 MB 2 0
89,047 89,047 0000000000129165eed64b1f6c24c06c3cbffe4ad7b92ecb538edc9353b6331d 0.00 MB 1 0
89,046 89,046 0000000000045c00fee547553a0e6a21287562c0c721f93554dd5a5ba4e91004 0.00 MB 5 0
89,045 89,045 00000000000d4badf3820abe2f61a4fd82340251044ad562be614d5b9a25c5fa 0.00 MB 1 0
89,044 89,044 00000000000624eb88e9df5ec2e49b18129e00c77773877becef40422b31bed3 0.00 MB 1 0
89,043 89,043 00000000000aabf19ec24744644aedc1299d85d70acf318044890aa5df3c41e3 0.00 MB 3 0
89,042 89,042 00000000001486cdf9a87fa65b7186a470897b7741374cfc55b171c715310324 0.00 MB 6 0
89,041 89,041 00000000000444b772fdc554f80bf3069fb0edd7b9c629ae56467c0f4d9abdbc 0.00 MB 1 0
89,040 89,040 00000000000140e338c3bf80e89b3a2b5684dcaa18f69251bdfb343a93098261 0.00 MB 1 0
89,039 89,039 000000000013448e7375b262c95dffa68e9f7d0704fb70b7859be4668acac8a0 0.00 MB 2 0
89,038 89,038 0000000000140817e039ab53d971b35e6d459a30ea5ffdf3fef309d12e3d4211 0.00 MB 5 0
89,037 89,037 00000000000a5877aa1aba46add6d6e81c9bb91c599d4b961faed3b7767ce7ba 0.00 MB 3 0
89,036 89,036 00000000000076fe4f8f09a2bba949de5bf6c9a697b5ec5d16011a7d7019acfb 0.00 MB 1 0
89,035 89,035 00000000000c91173195b135eaa06df2378278ce67e4cfb1275037a5317e523f 0.00 MB 1 0
89,034 89,034 000000000006cad3e1cb343a4caef7047cba138e63a1e3de899add47958f220c 0.00 MB 1 0
89,033 89,033 00000000000f463e40069058ec3286446b9eb7e773d4d9e99480dc990824d8f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.42 GB sent, 104.02 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.