Memory Pool Memory Pool Refreshing

4,388 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (756,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,666 151,666 00000000000005712a8545da31532ea9d2895cd0756642935b8df77a2ac4dead 0.00 MB 10 193
151,665 151,665 00000000000000e7da60ee6707225066b890842346401e89b7190a223cfa3245 0.00 MB 12 16
151,664 151,664 000000000000029b7320a589635384f3fa9166c5788ab06944d2ac198122db22 0.00 MB 14 34
151,663 151,663 0000000000000db1e71ea32d942617b436f70273abe383ea30b42ef31e4c71e4 0.01 MB 21 160
151,662 151,662 00000000000008beaac3419cbbec8468e0051ccfc1350f82718e0df85079f21c 0.01 MB 20 57
151,661 151,661 0000000000000a600fa732b8a572958878f747502860ad9d7c9902871b0a27aa 0.01 MB 29 51
151,660 151,660 000000000000097d6cb20e6547be73725c615f8d090fd7e93c34ea9d8e828c83 0.01 MB 30 0
151,659 151,659 0000000000000b3864e7070b21d96e6954fb9ce84e60f87737c61a9477d98feb 0.01 MB 44 66
151,658 151,658 00000000000000537b580be16542c247f30fd3cfe7a9763cdbebb740fb657159 0.01 MB 40 55
151,657 151,657 00000000000003b4bcaafef18328c41dd0561eff1f66e4d214d5e8edf346138b 0.02 MB 43 113
151,656 151,656 00000000000000ab52bbe3f470d8d010c6c4c3010a0dfe4955e466671fa550ff 0.00 MB 4 514
151,655 151,655 000000000000086b5ea30eea8aab99768e5e7608824195714fd49e13cfc62a14 0.05 MB 134 185
151,654 151,654 0000000000000a5a719e9c9a1032bc3d742f6eef3bb30403f3b17ba59dc88215 0.03 MB 87 96
151,653 151,653 00000000000004703cfcca402af55d7ce0b31334186a5b5421ecf3f9ac7912a2 0.03 MB 113 73
151,652 151,652 00000000000002ef8be4b1b491d69ca63a1211a0bd8c0ccc79abaf910b3e41cd 0.03 MB 102 192
151,651 151,651 0000000000000a5cd40407bfc0dc652cf0744fee13253f6388d52dd4309fbbc8 0.00 MB 17 11
151,650 151,650 0000000000000206e26e6805a23e59cfb46368fa8353b574c56544e53cbf18e8 0.01 MB 25 287
151,649 151,649 000000000000066c8c9f0bced6fd33af2ec038f23de6934043f857cc121073a8 0.01 MB 33 342
151,648 151,648 0000000000000578cd8df840b45be86eb5c6941fb6afa897bc97fb8b05689b86 0.00 MB 7 1,201
151,647 151,647 00000000000001a5b22a2e9d79053b22e81b10d1c8626e3a6815e1ea977eb416 0.02 MB 69 15
151,646 151,646 0000000000000bfd0dae8290eb2669a59db15a7d2e0831add6634e1f05a2272d 0.03 MB 76 69
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.