Memory Pool Memory Pool Refreshing

10,346 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (56,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,668 851,668 00000000000000000002fb5fb3472dbbac4e3195546a62e196edefda8005d3dd 1.55 MB 2,997 9
851,667 851,667 0000000000000000000215e43f6c8a7901f1dc392220c278c484f8d655492f42 1.62 MB 3,023 12
851,666 851,666 000000000000000000037f83bae3e3a42b4ae6f20fa82a113639e8a7dfd9e87b 1.60 MB 3,272 15
851,665 851,665 0000000000000000000188a79f1784d3a0aafe96ef7566678b3b71c7e5cc81ac 1.58 MB 6,454 6
851,664 851,664 000000000000000000006d1994c30b7aeff445cac9977fe530f4e31971c4f341 1.55 MB 4,933 8
851,663 851,663 00000000000000000000cdd523687d816f1b986da5200951b2fd3317df0acaf3 1.66 MB 6,138 7
851,662 851,662 00000000000000000003498111b83de884e45006088a53a04d56ec8cc4fa19ea 1.65 MB 3,979 8
851,661 851,661 000000000000000000028c5d3d520748e0fc2590e37a0cae923f02b75b973ad5 1.61 MB 7,498 5
851,660 851,660 000000000000000000018b0dc7f062a914fc621ecf3e260a60f401aee6d5cdbd 1.69 MB 3,172 11
851,659 851,659 00000000000000000000733a4119fbbd95b3052d86c29f4daf7824ea3f7f60a2 1.51 MB 7,618 5
851,658 851,658 00000000000000000003281f0644fc0c3ec58a1eb77f188dd3a5ff6f33b7036f 1.51 MB 3,423 9
851,657 851,657 000000000000000000019d5a73551147e8fa2536d1226c5e62bcaaad3a3fadab 1.56 MB 7,481 5
851,656 851,656 000000000000000000018eca9fa5a6bdac12c87dd7e97a9b6befd430e67148bb 1.68 MB 4,315 7
851,655 851,655 00000000000000000001bcaac45733253c552648932063fd98f3a82e4864765b 1.54 MB 3,727 13
851,654 851,654 000000000000000000027b52b457002a6b3eb0a869e4678537f357a3b2113cfe 1.42 MB 2,841 7
851,653 851,653 00000000000000000000ea410c9de45ce5670919fe23642cee7018bfa54bd61c 1.60 MB 4,770 10
851,652 851,652 00000000000000000002a620d05142e5450655747572e730ec620db21ecb49f1 1.51 MB 6,391 14
851,651 851,651 00000000000000000000e07f825346403ad0ebfed147f49a262ad945b0fa35bc 1.42 MB 5,716 18
851,650 851,650 000000000000000000034fa8f6a9740bab811c06828153a83beb38088d89b58d 1.41 MB 3,963 6
851,649 851,649 00000000000000000001d5b0c0e33be44606ff9ae855fb1039e1340334adca4e 1.45 MB 5,304 6
851,648 851,648 00000000000000000002d8877623f89a13b6d90a4abc222b4851fb48faeb3657 1.39 MB 6,896 5
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.73 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.