Memory Pool Memory Pool Refreshing

325 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (718,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,658 189,658 00000000000000e06d04b5a54f49bb32fc1e56cd0a9176f384aa353a25f82c19 0.25 MB 471 123
189,657 189,657 00000000000006d1882165d33fdaae55f403045271005186567daa96500bd28d 0.05 MB 126 214
189,656 189,656 00000000000002e60818ce7d5f592b677cbe5221048e0e4dac23b52c4c423a22 0.05 MB 129 19
189,655 189,655 00000000000007d5331d78f105578c842587b0d3432bcaeedef175ec63b511e4 0.35 MB 723 162
189,654 189,654 000000000000039c634f4976e44d6d6728c7250949713f0ef76b936b817e7a6e 0.01 MB 21 115
189,653 189,653 0000000000000280be3c7df8dd8587a454705b0b5f0dde641d4177fcb8e0df69 0.50 MB 1,109 1,209
189,652 189,652 00000000000002b4194c5526b6e62e9b6c20317392f140d62734a1b74e22d19a 0.01 MB 32 6
189,651 189,651 00000000000000c82925ebda678c625e78de4cb8ec4513455eefd067354ad757 0.05 MB 114 79
189,650 189,650 00000000000006c296db6f3dfb0611e9a51b9ed1ae5c5800686b0a370f445e28 0.20 MB 512 180
189,649 189,649 00000000000006361896db3f164a5df9e83b2aa4f636e3ffac584d5b8c9c6c0c 0.22 MB 491 303
189,648 189,648 0000000000000430b38888d0d072c86a9b35007718fe446a81ad19f020f1be2a 0.00 MB 11 299
189,647 189,647 000000000000047ec4689bdf27fc372649d11e14b7459f33ad86f45ef75ad650 0.01 MB 30 78
189,646 189,646 00000000000008285fb2c774a8e7e3eb72997737e0dd2fcbc2fef8bbcf49096b 0.06 MB 109 134
189,645 189,645 00000000000005cc2bbf04e07f3eabc647b6a191e7fb33fa432e96839de23b2b 0.08 MB 201 90
189,644 189,644 00000000000004406acc1218c6cc426bace7156bb2dd8d0a7056897fe2f36700 0.22 MB 512 221
189,643 189,643 000000000000003fe93e85eb67912285a2434eed23b17cd95059e867263347ef 0.00 MB 10 50
189,642 189,642 0000000000000819b506dfbb7a768ad0e9b6f50ebeff084acd8492573fef0684 0.11 MB 205 196
189,641 189,641 00000000000006ab1adb0b6e5257f842abf04fc2de6d6b552519ee5c6d9dc339 0.02 MB 56 165
189,640 189,640 000000000000052f19119ef08b2691bc994614019582c34edaedcc79e141b631 0.01 MB 34 93
189,639 189,639 00000000000005001cd086db18e254f3fc0757b22a2dcba4f69ad7a283455699 0.05 MB 128 133
189,638 189,638 00000000000004b7b1913bd5f38cda8531e52ba3ee7a6748b2ee2a7cfbfce7ef 0.00 MB 13 103
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.