Memory Pool Memory Pool Refreshing

853 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.32 vMB 847 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (858,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,100 49,100 00000000294a5698f73a52a4fe1404ae99ea00f8858230117959711633b86a54 0.00 MB 1 0
49,099 49,099 000000000e74ae0c06e6d2b678013234a2a21686443623eeda59c6247e8e1828 0.00 MB 2 0
49,098 49,098 000000001bc346bcd232d39a0de54225d66351ebcc5a71dd03046039b551d782 0.00 MB 2 0
49,097 49,097 0000000020c632c13a1b1b3b965a361d887763b310ef6949dc16891b707eacde 0.00 MB 1 0
49,096 49,096 0000000029a8d256eefd49fc7b4ec4ddb28d4e31eda1adf91f7a75ee628128e1 0.00 MB 2 0
49,095 49,095 0000000007733b6936443fa1bf8b8920ace2525515aa4e21551aef4923fa4bed 0.00 MB 1 0
49,094 49,094 0000000013add83d8085dca3422f023c2279dd9b8ddacaa9c1a39fc877bff636 0.00 MB 1 0
49,093 49,093 0000000017e7532f732b0732744adfab9ba25b152eb23e961ff56aa70c3b9399 0.00 MB 1 0
49,092 49,092 0000000024286bb7321a493025fe1ddd02ff79704a166ff1803c63bc4cd6a60a 0.00 MB 1 0
49,091 49,091 000000002010a5ac89031bd18d9ef52fccb5c8f964ad28ee5744e9e99b42e429 0.00 MB 4 0
49,090 49,090 00000000108ed2bf328b5481e71cd63d891e055edcd2b94157581aea9e27b17c 0.00 MB 1 0
49,089 49,089 000000000c92a74377553e3a511f180db3e349cbc90ed69dfded4ee9c120cb29 0.00 MB 1 0
49,088 49,088 00000000017458aa41727f959e7554afa1c421b753fe85651f3f21aaf83025ff 0.00 MB 2 0
49,087 49,087 000000000c57273a0e175297bb4343e95dd78a47df267c7a875a1316d667dca9 0.00 MB 2 0
49,086 49,086 00000000192f8f099747e6d01d2367c4d14251d19ca2dd014435651e2f3db042 0.00 MB 2 0
49,085 49,085 00000000247a0043dce461b047fc7e031946acd68bf5ecedaa0ef128921f833a 0.00 MB 1 0
49,084 49,084 000000001f71e7d7ef11175823e01b59c8c53886538aaaf03db67dcaca79731c 0.00 MB 1 0
49,083 49,083 000000000440ca4965c792f3e7b234e7fd6bea4dc16d49d67133ff408a04f047 0.00 MB 1 0
49,082 49,082 000000001ff4eaac07ce837285b79fe64e4edea558948eb105de8ca6d2b248b2 0.00 MB 2 0
49,081 49,081 000000000d279aa9223462f9bb01e0947218843c0ed506c7aef3ab1101e00e40 0.00 MB 1 0
49,080 49,080 00000000036d1983ee8d9d98ed3d636d1916fe9fd7810431840ab75ee6183686 0.00 MB 1 0
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,629.09 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.