Memory Pool Memory Pool Refreshing

3,467 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (238,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
668,735 668,735 00000000000000000001fd0ccb6b8cedace62ebcd1c08d09f509f2eb5458f204 1.25 MB 2,269 99
668,734 668,734 0000000000000000000ca4fd48acd4ec16d9b1d8a4dd43ad6a000dc29cb6a042 1.39 MB 2,683 134
668,733 668,733 0000000000000000000162cf3e88274c1168195dc7be76aba6576f570826c417 1.34 MB 2,835 105
668,732 668,732 00000000000000000000d94ae458d70304ec825e51f73786709cdd9dc3b00e85 1.38 MB 2,709 134
668,731 668,731 0000000000000000000b3b1723b233c1b9ca28a014663ef0353d6136f575faa0 0.00 MB 1 0
668,730 668,730 0000000000000000000cdc3480716ca9e93115a13711d1ef2358a3402613b8b4 1.11 MB 2,904 53
668,729 668,729 000000000000000000010c4b1cdbeb50d5f273e85ba20943d9a6cf1e205d05ba 1.31 MB 2,705 110
668,728 668,728 00000000000000000005224f59b0bed4441e2ea118685acf0ecdf78f3a39a228 1.33 MB 2,640 101
668,727 668,727 00000000000000000002ab4a7176103f8cde102d22db22b69c38d391c359430a 1.23 MB 1,895 51
668,726 668,726 00000000000000000000c61e8476dfdb4685816bc41779d56ee5025030a5b3a2 1.10 MB 810 122
668,725 668,725 0000000000000000000c7a667cb3bca3b47502615a7852c9687269b8dca0cbb2 1.29 MB 2,589 121
668,724 668,724 00000000000000000001ed2650c47ae2504dda4762766162ee95aa770f09119d 1.43 MB 2,371 83
668,723 668,723 000000000000000000090832b7e3e876c9d2954d59ddcb80d572f84c59765e2b 1.33 MB 2,051 51
668,722 668,722 0000000000000000000d1e068d95cdf4ceb1966f05b6916bc56eee59e1fe395e 1.17 MB 2,156 32
668,721 668,721 00000000000000000004f566e38761766c8d53e49c801ca14ee807ef9b18171e 1.59 MB 891 41
668,720 668,720 0000000000000000000263136f3a3329bf3af2f4795e66015e71308be68e6cd7 1.40 MB 2,784 87
668,719 668,719 0000000000000000000d24b888793fcefbfaea5ff0a4e46f5fc93dbcd9360179 1.42 MB 2,921 119
668,718 668,718 0000000000000000000b0da33e18836e0a3eb09c2e87b6b2ba45957a7b0d759b 1.41 MB 2,659 97
668,717 668,717 000000000000000000084aef31a389fa73856597fc25cdbaa07c65d0ad5414f4 1.40 MB 2,125 119
668,716 668,716 0000000000000000000a9787a6f937b1d5866ea6a1a53529e6d74d33085b9abd 1.47 MB 2,945 141
668,715 668,715 0000000000000000000248d5d00840f582c0e75c960cbfa60e57e9aaa945af57 1.19 MB 1,521 116
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.