Memory Pool Memory Pool Refreshing

12,220 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (729,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,995 177,995 000000000000044394d54f9fc661d880f6a34e5a5389a030255172a4a3accc1c 0.02 MB 31 87
177,994 177,994 00000000000000d0df72ef5fc50311669109e999220a91672e071384a2c0540a 0.01 MB 20 92
177,993 177,993 00000000000001028b83f276b7b25b0e4b17cce03407acef5054ca034effae49 0.00 MB 8 3
177,992 177,992 000000000000058ed7c0c312596a779708b5720072ad99a997e9560191d5be73 0.00 MB 14 43
177,991 177,991 0000000000000a7968e450fe11bd53d04f5f4df6071a9d5052640d867e174809 0.03 MB 61 96
177,990 177,990 000000000000057ecd122fa386a96540c27c9bf728ead5bfd83043073cbb80cb 0.04 MB 59 564
177,989 177,989 00000000000009b105db697d118f06a775bfbdb10b8b087df002c04eb35e3820 0.01 MB 22 86
177,988 177,988 000000000000084f73999cc9528f66baffbfbb9d2c636acf7c94a996bc9ea5b8 0.02 MB 95 29
177,987 177,987 000000000000074471950a10767a5bbbb0231b956188aa0d07a1c56b8b50552b 0.02 MB 31 94
177,986 177,986 0000000000000a5c6d0deee339dc384030bac7eaa40afd9553e7a2da974c9bac 0.00 MB 11 31
177,985 177,985 00000000000002cef90355105e99e9bfa3283afaecec9003891d679a47833f8b 0.00 MB 10 270
177,984 177,984 000000000000028b836c3d342fa1a9163edf6b86ce35ea5867bbd23f298291e9 0.00 MB 6 87
177,983 177,983 0000000000000a3ae82a5340a1f055ca86622832d88628d4c93571d0280e2fa3 0.01 MB 15 76
177,982 177,982 0000000000000072a07639f6d74022f0a9c157ac72d1a3119697b6c4b67cc60c 0.01 MB 16 51
177,981 177,981 0000000000000a6578554699aba6d63fd952ca3cd272c94683523769d8c553fe 0.03 MB 44 82
177,980 177,980 000000000000066c344570a5f02e81b853f999c16f697484e4147dc4215fe75b 0.03 MB 55 244
177,979 177,979 000000000000003bddfbf5cf53102afb226e54c3398ea653c719c947ee31653d 0.01 MB 23 165
177,978 177,978 00000000000009b70c13554888df6c36b86edeac501eafbc4fcb1e122850d4b3 0.03 MB 48 110
177,977 177,977 00000000000006be672121fd362357adc2aafe36e497d3cab4f2592698506f55 0.05 MB 130 170
177,976 177,976 00000000000000df7d93b53671085297a67538c718a622f9a65790a4c5613894 0.00 MB 9 96
177,975 177,975 000000000000056315d00e74724edcc66c792ee482022fa688f8cdb5a2e6e29f 0.01 MB 10 43
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.