Memory Pool Memory Pool Refreshing

4,699 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,832 (3,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,555 904,555 00000000000000000000042ef1fa1e07ee08fca3e28000b13f560a3b34afc58c 1.47 MB 2,152 2
904,554 904,554 000000000000000000003b5cc35c1888fb69b2932632c5832f54d1fbd8d93593 0.42 MB 669 5
904,553 904,553 00000000000000000001f9f227bed90b72e9c5a30b91923c3f7883af92a9010f 0.56 MB 984 2
904,552 904,552 00000000000000000000061488b8944eab1c08ae1b344197d87799184ac06f98 1.32 MB 1,494 2
904,551 904,551 000000000000000000021a73043b6ab6c9f4562be495fe87fc8f7deb344d1d27 2.15 MB 3,185 1
904,550 904,550 00000000000000000000514c2e1290b592842d3b38bca876203be712f17606cb 0.00 MB 1 0
904,549 904,549 00000000000000000001c9e2bfb4b777519b02e4c6068d3f9e2d8b9b9ca4ae01 1.83 MB 2,677 1
904,548 904,548 000000000000000000004d9457c80501ffea602ecb2ef9b48fbdac61801431d5 1.84 MB 2,805 1
904,547 904,547 000000000000000000022994303efff1d48a5176b08bba7a8edad16121de3fa1 1.74 MB 2,621 2
904,546 904,546 000000000000000000025177264cbc4729f261f16bebb2da423d2c4a8961848d 1.38 MB 1,599 2
904,545 904,545 000000000000000000025dbdf6d40d52020919bf3feafded910696928d97c90e 1.07 MB 308 2
904,544 904,544 0000000000000000000233d4e82c4b8140ad3f6581b11603c7d8c0abf1a818f8 1.52 MB 2,235 3
904,543 904,543 000000000000000000001dea40791f675bfcc79809afce5889324e82e6fe3077 1.43 MB 2,413 4
904,542 904,542 00000000000000000001600668b0f84b698240f0db12250855bcef43e0b3c968 1.27 MB 1,221 3
904,541 904,541 000000000000000000018169195ff2654077ce6703e4461cf2a18e3c95b5ecb1 1.32 MB 1,079 3
904,540 904,540 0000000000000000000111f054e106f76567ad90ba11c6efc825334315269631 1.32 MB 1,277 3
904,539 904,539 00000000000000000000abf80f44049c2a2fe3fa32adf3d2107b0b96cd755f13 1.17 MB 1,270 2
904,538 904,538 00000000000000000001114edbd54e4deb50e2540995d3eff3a83b96355bc8c5 1.51 MB 1,284 2
904,537 904,537 00000000000000000000d896f74fc39d7f4befb0e05919e8fbc80d2be25c1288 1.52 MB 2,974 6
904,536 904,536 000000000000000000001eceb025136555139cd4cce2fac4850f746f1daea445 1.45 MB 2,011 3
904,535 904,535 000000000000000000016b902c7874c37e05c7814cc629d048830820a2ea9a76 1.09 MB 282 2
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.06 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.