Memory Pool Memory Pool Refreshing

7,059 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,544 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (441,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,655 466,655 00000000000000000187f1e7ab4d0b61837a1fb3ad81fc797957feca01af32d1 1.00 MB 2,063 240
466,654 466,654 00000000000000000093611c75c291e4d8c97b7828e4a1637ce723a28337644f 1.00 MB 1,444 167
466,653 466,653 0000000000000000019fab37d76061f963b0247531989f2fa0e34785a06bb494 1.00 MB 2,271 202
466,652 466,652 00000000000000000169e19a051d9a1b44b7faee6a3aa028cfb9fbc08687e520 1.00 MB 1,303 142
466,651 466,651 0000000000000000019c606dcad5e3ee357aa90c976f494841fd96658d49afa7 1.00 MB 1,885 166
466,650 466,650 00000000000000000081350ab262094655d4488e22fbaf0ce811656e34400d4c 1.00 MB 2,315 196
466,649 466,649 00000000000000000188c63686640a90470e144a86f24dc585d2b022114f2ebb 1.00 MB 2,165 177
466,648 466,648 000000000000000000aeaee55d38f2d7cfa5c8c77fc15d9246e0ed549e82fbda 1.00 MB 2,426 193
466,647 466,647 0000000000000000005ba19f17e2c1fba1f9954e564a7b5ca213657d20a6e5d0 1.00 MB 666 217
466,646 466,646 000000000000000000e9cca0c2167403e98907ed5ac7b7529ca5fe943e6f6730 1.00 MB 858 234
466,645 466,645 000000000000000000af686780075254a8b80c40f3e1cf739c5fbf09b33bb6c7 1.00 MB 2,447 226
466,644 466,644 000000000000000001c271cc853f9512baf89fd1ac27f2394e7e9f467590686e 1.00 MB 1,758 285
466,643 466,643 0000000000000000019dce1f0541695000c39ffc98aaab647e55aeaae6136e7f 1.00 MB 2,449 260
466,642 466,642 0000000000000000017e780da017c06fdced62c37f93e27c51aaec6e84b584d6 1.00 MB 2,532 172
466,641 466,641 000000000000000001d41a4995b1cd86c13bc8c3b3f20efce0b6692d81761c81 1.00 MB 2,277 217
466,640 466,640 0000000000000000011fb28c7c3098a386a49aaebb99f3d097aad26414c6813b 0.00 MB 1 0
466,639 466,639 0000000000000000010924a9fe7432f951f7e0523fe6885abbc5bf9e50edcd3c 1.00 MB 2,473 247
466,638 466,638 0000000000000000002e688a5a90f3e65b8ae3f45df4fa5d8ca12e36f2f6aa43 1.00 MB 2,032 168
466,637 466,637 0000000000000000011b1a55440e933d73f2e67570e0e870c22b4a7e2ac7babd 1.00 MB 1,469 144
466,636 466,636 000000000000000000ec470369ee8b15f03dd98d7adc971e57d7779e19c3a3fe 1.00 MB 2,238 215
466,635 466,635 0000000000000000003ec7652ebe6b07af0dcffb6673c1fd07bf11c86118f101 1.00 MB 1,095 161
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.97 GB sent, 93.05 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.