Memory Pool Memory Pool Refreshing

7,725 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,703 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (46,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,238 861,238 00000000000000000001bd7e496061debf1e0ef74c6a43678739060a7f308c0a 1.55 MB 3,570 3
861,237 861,237 0000000000000000000044a120265922937a9241fc7feace349c4668e3a61041 1.51 MB 2,661 4
861,236 861,236 00000000000000000001c8adc1b358e4611d93b308f698d1eddce0ec299c48e3 1.55 MB 3,274 4
861,235 861,235 00000000000000000002c0dba72ac69085bdeeef4e15695a5b96056d3e6bfd3a 1.56 MB 2,500 4
861,234 861,234 000000000000000000021772d744eb5242183611ab5766a7548ee62cd392da9e 1.45 MB 2,175 9
861,233 861,233 00000000000000000002dabef944a9c8986b8a357b2a3201bc3a8192eaee0c99 1.65 MB 6,476 2
861,232 861,232 00000000000000000002cafaa80df5d1775b6445161e538d0ec14ca08df2eeb9 1.62 MB 7,249 2
861,231 861,231 00000000000000000002811e7b95b2473a875fccef328429e3f2f8fa8e5786fe 1.57 MB 6,659 2
861,230 861,230 00000000000000000002284095c5342c6f1a66dc7f3e5915fb117a1ccfdd2160 1.91 MB 4,076 3
861,229 861,229 000000000000000000001b7bfc739f760cf7bd91272ec94232de71c758255af7 1.82 MB 4,905 3
861,228 861,228 00000000000000000002e4a83140e23c5a774d99f85a9d6d711826ed7c839b23 1.84 MB 5,690 3
861,227 861,227 000000000000000000027e09946c36f34dac68598a5e3cb65b001d932d0c3478 1.59 MB 2,764 2
861,226 861,226 0000000000000000000122a3f4b7ec983fa8fa7a02f97d70f3d8fb05ca4f2bdf 1.53 MB 3,588 5
861,225 861,225 00000000000000000000db3dc274c29f44b19a4500548dd8ebdbf09d07ba057c 1.65 MB 4,930 3
861,224 861,224 00000000000000000000ffc3d38f825f7b497001d5c82e81df230d0e98d6dd3e 1.56 MB 4,717 2
861,223 861,223 000000000000000000010e5579a9e2778e715f02fa61a3dd60028504e342b652 1.64 MB 7,402 2
861,222 861,222 00000000000000000000018bfe57e61331830d9462aa150e3f32ba4e49078ff8 1.56 MB 5,887 3
861,221 861,221 00000000000000000000cba2a3ceddc32bfe82c2d1039a8b074ec1b77bf054e5 1.53 MB 4,616 3
861,220 861,220 000000000000000000014577ea477be462662d88dd512062a113b8047a66a92e 1.63 MB 7,423 2
861,219 861,219 0000000000000000000116a24ef3e158bb24059b4c98d7111a887eb858de89d3 1.74 MB 2,619 5
861,218 861,218 000000000000000000002e541081a2c6e8aec30cc96a3fc1164d789d353fb83a 1.58 MB 5,506 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.