Memory Pool Memory Pool Refreshing

10,678 transactions
4.42 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,042 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (852,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,161 56,161 00000000107a6a97e7ab3b5f7a372d7671658e54e23e3d990b0cd17aba48517e 0.00 MB 1 0
56,160 56,160 000000000bdc911dc1ff0d679e234d24fd4096c603b7451fa8c098a792d7e12e 0.00 MB 1 0
56,159 56,159 00000000101068e09fe395f8a24599e470ec76e5fd0e94686e868e80584b7c8c 0.00 MB 1 0
56,158 56,158 0000000009346f5df28d9602ff059c2005071dae77d800fa08e28b1ca53570ad 0.00 MB 1 0
56,157 56,157 00000000081e89cb63ed7350a49c0937169a1b28bdc7915149a6f93c7ae1ec19 0.00 MB 1 0
56,156 56,156 00000000103cf1fbdf0fdb5afa9d0f64abcef0f4ece9ab2d1cf7568a8c33dbf6 0.00 MB 1 0
56,155 56,155 000000000b8b7a9333bb626ec660c358633fd5bfab6d56cb0a99ef769246d9a0 0.00 MB 1 0
56,154 56,154 000000000f95870ee9bfdc0c4d59189a3f883ae478bdf90f6b51eecdbd6d705f 0.00 MB 1 0
56,153 56,153 00000000024a1a2155e9f7c708792e8591d9372e9e1e837bf6c96a98c50dbeab 0.00 MB 1 0
56,152 56,152 0000000007df06a36db6e80e9ca89e1cbc08484e149479d86fd7447e167f87ff 0.00 MB 1 0
56,151 56,151 00000000113afec8e3f3ca2a8dbdc7e55f3e26f03aa86655a918ecaf3f21c36b 0.00 MB 1 0
56,150 56,150 000000000acf15db9d5bbcc0c5916cbdb3abe4aeeab3d1e7fc7cbab9ed36aa3a 0.00 MB 1 0
56,149 56,149 0000000013371ac1860ed1caee3ec1813adbf6c6365c1d6919700dec7cad1f34 0.00 MB 1 0
56,148 56,148 000000000532fe1d290b9ad3d9f2d77418898e5b0489cc3c1ae7068ac1905881 0.00 MB 1 0
56,147 56,147 0000000010317c9e69dc70d8338580cea198bb4e8925b81ce49eca79891a93c4 0.00 MB 1 0
56,146 56,146 0000000012d242eab5a0785fad399247c5ea96a6c786954cdf14be3750ace8d8 0.00 MB 1 0
56,145 56,145 000000000acb8273e925b4b62f26d2553895b499b1963b574556e00e27b3b0e1 0.00 MB 1 0
56,144 56,144 000000000385af967763bc0c8882db50cf793ea452af6bf666e7018d6a323a31 0.00 MB 1 0
56,143 56,143 0000000008dd903bbd71e5c53256e02861917a31cf31def3126719634ceefd72 0.00 MB 1 0
56,142 56,142 0000000006ade4752866466fa43d31c482f8749487a3cbc8934868d4abb55b3c 0.00 MB 1 0
56,141 56,141 0000000001feb8584c5de6cee2318a3a900d9d970b7b39e6cc57f2bb7a2d5796 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.