Memory Pool Memory Pool Refreshing

6,612 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (586,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,438 321,438 000000000000000007e017fe39dd4e546f5768775e86eff9dab27a1fa085daaa 0.09 MB 150 25
321,437 321,437 00000000000000001f45c3995eb50b4fdab4af8dcaf29896bef5fb811eba31dc 0.19 MB 306 23
321,436 321,436 00000000000000001e059c380b47010c41a09b8b3762add3de78d008df88f906 0.58 MB 985 30
321,435 321,435 00000000000000000646da93436bef40aee25936bad4f556fe3436fbbf81cc99 0.08 MB 102 11
321,434 321,434 00000000000000000539389f232bf98159fe3dc23271f33a3dde53aeaf75ef68 0.21 MB 380 28
321,433 321,433 000000000000000018fb96ee10235395f803fa2353c2292add0a4c936eff8eb3 0.19 MB 343 26
321,432 321,432 000000000000000005a6e24810173ead2d2007a5ba68a1e06f59aa22e27199f4 0.52 MB 972 28
321,431 321,431 0000000000000000175ce44cf925039cb67e4e97d33aef2c607e0881e8209079 0.04 MB 78 31
321,430 321,430 000000000000000003917a37eb1933caecb8f620920476032247653f801ab051 0.09 MB 178 28
321,429 321,429 00000000000000001e3cf7acc49380ddd06d408a5d1c25a6dcdd7233d9078879 0.11 MB 225 26
321,428 321,428 0000000000000000186e9660a2cc9391254e7c55e0172eeb9fda503d8f6f0887 0.45 MB 896 30
321,427 321,427 00000000000000000607bb4f5a16a9ec803ed5b7fccb3e4b6d642eab8bb51213 0.05 MB 116 33
321,426 321,426 00000000000000000c233e93b2013c69d0a9b8070401a587cff63d68076bb8c1 0.08 MB 124 14
321,425 321,425 0000000000000000145f4de6a57d451cd389f90da6f1af30bb22a4975c2a6f46 0.09 MB 203 32
321,424 321,424 0000000000000000014ed378a4ba450873c5992d0e91cb1cd595fc35a3257931 0.24 MB 396 26
321,423 321,423 0000000000000000139f8e078b1b1c85b6e2437251b10a03c54bb5d3384f0e0b 0.17 MB 283 25
321,422 321,422 000000000000000010d90715af98c37b074803bfaaae5533c75313eabfe75d4e 0.09 MB 138 21
321,421 321,421 00000000000000001cb3f969d3a9420b07ba09bc47b8207c1d3b628ed7b40afb 0.41 MB 788 31
321,420 321,420 00000000000000000fae9393bfaaef5a860cbf20b560ef1583035e9dc8248741 0.07 MB 146 34
321,419 321,419 00000000000000000476b375057ded99604c67750e186e9f73a2890faa42539f 0.29 MB 619 29
321,418 321,418 0000000000000000068b505016d1164cbde2ca2e9ffb2b3181cf301b5939b932 0.02 MB 60 29
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.