Memory Pool Memory Pool Refreshing

4,579 transactions
1.92 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (151,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,143 756,143 00000000000000000000cebfe2e4781afc3ce9325a3a2744ce5c661b53978f75 0.91 MB 1,357 10
756,142 756,142 000000000000000000073d9aee54a6a5b646ae5f1ca5f9caffb5458663db2ca5 0.02 MB 40 7
756,141 756,141 00000000000000000004393a7ac10467e73641d196925117d10292f219a545b1 0.65 MB 1,018 12
756,140 756,140 0000000000000000000392f6844175db7d4d55bb10f3b6555e968fe50880f0cc 1.69 MB 1,539 2
756,139 756,139 00000000000000000003e01b2561d0f1423bfa04cbaf71981fde831a0b2ad095 1.79 MB 1,773 13
756,138 756,138 000000000000000000061c199c4bb0577de8baa6089dc76421b0eae0c1de886d 1.80 MB 1,221 13
756,137 756,137 00000000000000000000b2d47bc9f3bdd80438af07473efbc6877931cc9cc72c 1.43 MB 1,573 17
756,136 756,136 00000000000000000002acf585b1863851e42534cf28fcd53685c26f9c2c9389 1.69 MB 1,724 11
756,135 756,135 000000000000000000055a919a7c8aa9a70a937cb12f7641ef2e7ed1cf727882 0.38 MB 374 11
756,134 756,134 000000000000000000064cd214a2ecb86e4c186c3ea3404ea406c9cde0e5c910 0.05 MB 83 3
756,133 756,133 000000000000000000046e736752c6d958546e22f6e337081c3dc1a51a9b3a46 1.62 MB 1,763 13
756,132 756,132 00000000000000000007eccd8a8ec790378d3e87f5ba441fe449c437be5f5b6d 0.52 MB 1,115 11
756,131 756,131 00000000000000000003304c1e41c94922187ecc7f218faf1a89cac0937b7d9d 0.60 MB 874 10
756,130 756,130 00000000000000000004cb8821e68b93ebdffb41ff08837f5443b2ea7f6df2eb 0.61 MB 1,232 7
756,129 756,129 0000000000000000000106bcea88f31ac3294e19f85f1b34c0b596ae8fed107d 1.44 MB 2,972 18
756,128 756,128 00000000000000000001f5f02c6cfc085dcbf72976a97fb4499bb80b0b2acb18 1.03 MB 1,992 11
756,127 756,127 000000000000000000050ec6c52f88d83bb83fcc5325a78ba988c1f4b5e3c0c9 1.14 MB 1,011 6
756,126 756,126 00000000000000000004569de10f97970fdc365e4de7abe57e009221f2fdb065 2.10 MB 926 4
756,125 756,125 0000000000000000000883584deefb3d467fbf239890b2c9923f6de5aeae1b72 1.48 MB 2,803 13
756,124 756,124 000000000000000000046eb25b3b2f7055cc1873524c541844c139155cb973dc 1.03 MB 1,161 6
756,123 756,123 0000000000000000000562281ab3d8adbf87a9998be06325de11c0ac037408dc 1.21 MB 1,327 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.