Memory Pool Memory Pool Refreshing

2,077 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,083 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,082 (801,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,317 106,317 000000000001838d7354e3ed3f42f0c3a15062066c18959f38051ccafaaca9c4 0.00 MB 1 0
106,316 106,316 000000000001ef60df7140608e84f3af1b5dc5292c6397481fadd0d17fbc05d8 0.00 MB 9 0
106,315 106,315 0000000000026b36452107bdfac75db109867c3262fd96e7721024777be4eada 0.00 MB 2 0
106,314 106,314 000000000000de30dc0c532bc37e014be8ea6d0cddbaa4a4dbda950ccfe041f5 0.00 MB 11 0
106,313 106,313 000000000000e0a52a9706e2988cb454ce0fc2551ccb7c201a66b4c5900fd724 0.00 MB 4 0
106,312 106,312 00000000000023999e2602aefa44eccf5a7435a21e4c7dbf0a655e567caf9e86 0.00 MB 3 0
106,311 106,311 000000000001146a401d057beac3c230b6da29b1a0eab9fe960723dace3a6336 0.00 MB 15 0
106,310 106,310 000000000000af1d796249e252e683c698c86fd6a769342fd33671fc7e32b9ab 0.00 MB 4 0
106,309 106,309 000000000001c4a3503cbb104632e9cc0e9546fb3f4330f34da375adf0aee73b 0.00 MB 2 0
106,308 106,308 0000000000023aa459511c34b2b3fd3dc53b4f30e6869970a3fac0b141ffbb4a 0.00 MB 1 0
106,307 106,307 00000000000066bf4b4a952e5789541d1865d1963a8ab64c23e4c47e4e365baa 0.00 MB 3 0
106,306 106,306 000000000000a422f65ac4f1205c6e1e5996ba5e2480dd73a989e81eea14bcbb 0.00 MB 2 0
106,305 106,305 00000000000263adfc64cb2715c1da5d7a61488ebcb3dd6540ec1261d99e8b16 0.00 MB 2 0
106,304 106,304 00000000000272c87956168edad5b110b7db1cb08e22c4cd202468775e51b99e 0.00 MB 3 0
106,303 106,303 000000000000ea05a23215c27a6d343eea30dd7ba52dbe85005d315dc1713339 0.00 MB 2 0
106,302 106,302 00000000000013481c3ab3ac369ce749cc90d8db13cd4236e16813c95e24f156 0.00 MB 2 0
106,301 106,301 000000000001e84ad99877a93aa5e4d0de0ef5cafb55788113f934f0b7f4cc8f 0.00 MB 2 0
106,300 106,300 0000000000004f0b6c4879732db537ca1e16db63ddcf058e22b939159c44bc51 0.00 MB 6 0
106,299 106,299 00000000000101a3e411ccd6c09c5cc53a0d358fd6ab9f99328b12ff024f513e 0.01 MB 33 0
106,298 106,298 0000000000023e2a95d4c24254d0cdbf8d2668d31ac90babaef031cb1bd8cc11 0.00 MB 4 0
106,297 106,297 0000000000009daea548897cb3e9d3a82689fcc0eb7267a6c977bf64f9db136b 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.70 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,673.81 GB sent, 96.38 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.