Memory Pool Memory Pool Refreshing

10,316 transactions
4.68 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,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (587,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,673 320,673 00000000000000000fcdb560e65ea09349227fb0e18bf3447378a1b417e15080 0.75 MB 1,408 30
320,672 320,672 00000000000000002047e5f932d55708adaae7a87751a32962c27cab0813b02d 0.35 MB 1,146 49
320,671 320,671 00000000000000002266c3e35b78c46dda77bc6c79c16b32f1acc7d4c582b060 0.23 MB 434 27
320,670 320,670 00000000000000000960d4994d81a6f85afa5d3e718131bd532a7153155c54c1 0.07 MB 163 26
320,669 320,669 00000000000000000160d492c3e4d733ed269bf532be3fcc3ab431766a991e84 0.14 MB 123 18
320,668 320,668 00000000000000000ce986123c4904effad3d7e33223b6f88a2d520c4add6ea6 0.75 MB 1,382 28
320,667 320,667 00000000000000001d33eaef30dc6b4ca43ee44529dd7e978a3db76f2062fc40 0.04 MB 50 30
320,666 320,666 00000000000000000daa6b0d473647ec54b5fdcb5da06041a50ec6356576f8b4 0.36 MB 550 27
320,665 320,665 000000000000000016da8a95f8c10733aa8b82c54ab8fecacb6442b68f66d098 0.07 MB 167 26
320,664 320,664 00000000000000001c62d7f17e894424295be85405bbb6c31f1480e4d119091d 0.19 MB 121 7
320,663 320,663 000000000000000024ab9e2d5ebf8429ed8faca3e0520bae26dd9aecfcea183e 0.75 MB 956 19
320,662 320,662 0000000000000000050d6c442fbf5f3be450c77be8f0fb0f1c67dac92071122d 0.50 MB 1,556 47
320,661 320,661 0000000000000000225e6b54fedd4cb8f97acd707a2a76431a53021051e3fb1f 0.05 MB 107 35
320,660 320,660 000000000000000015ade00d23c1bfc3536e1c2a24d8725853d67a5ecaa7ce25 0.22 MB 297 23
320,659 320,659 00000000000000000e958f4c9dde9e3a57243de0cff3947ea9983bf79a8141ee 0.11 MB 143 22
320,658 320,658 0000000000000000060e6766781f33224492e6e723951b991de2e6e040d2f68e 0.18 MB 352 24
320,657 320,657 00000000000000001effffe8797fcd1d36e185ed18d089ed7a225b6c50d453cf 0.54 MB 483 20
320,656 320,656 000000000000000016cb8244cbc6805cfef795a60f5f9ef88e9d6a7d93f9f5e7 0.69 MB 516 17
320,655 320,655 00000000000000000a7e7b783eb7745a0b7bcc8ccaa8024ff34a677bb1ae8db0 0.04 MB 32 16
320,654 320,654 00000000000000000bb166ed4b41c86e7fd309563fee60cc4511739df35027ed 0.27 MB 165 14
320,653 320,653 000000000000000004fe950dc8a0a5224e40c414bca4f3c00351e135a2b5c647 0.07 MB 97 22
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.