Memory Pool Memory Pool Refreshing

8,223 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (44,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,484 863,484 00000000000000000002f8b4f47c72d146c2f26d43b763d6de336bfc8e5fc8c3 1.56 MB 4,009 7
863,483 863,483 000000000000000000009b34a649d647fe088cce6cb402c34334d5cf96cda374 1.85 MB 3,923 3
863,482 863,482 0000000000000000000147edd5824d8e78bdd26789fc9ed079a96c65c08f04f5 1.65 MB 4,151 4
863,481 863,481 00000000000000000001474dd983584a52ba71f434639a536bd6e257a197315e 1.68 MB 3,232 12
863,480 863,480 0000000000000000000120d33b7454df461d1eb57226849f155c88c273ad47a9 1.63 MB 3,953 6
863,479 863,479 0000000000000000000016e7a60712d2757ba958b086cafe61263535ce2707d1 1.80 MB 4,156 3
863,478 863,478 0000000000000000000193b71f5311eb5df5ebcbb2cb24ae3bb915543adb78e1 1.42 MB 3,378 4
863,477 863,477 000000000000000000029041a82146e3432b4c6cc1234893c184c57a20d06449 1.54 MB 3,840 4
863,476 863,476 00000000000000000001abd6ec7a2071608afffd33a116032787473911df041a 1.63 MB 3,391 6
863,475 863,475 00000000000000000000222f6e90a9b67d0ac6c2e0dc800ca860d2343aea574d 1.72 MB 3,962 3
863,474 863,474 00000000000000000001ff0dd6f619d00d0b69e1c9b6a96d8404ab440ec8ac54 1.53 MB 4,171 8
863,473 863,473 00000000000000000002546d6ebe33179037f897b5e0246faec959f879ea7d9c 1.51 MB 3,167 10
863,472 863,472 00000000000000000000712de1134eebf6232181cdf291d1501f5a95dc931d58 1.69 MB 3,608 6
863,471 863,471 0000000000000000000088a4b23cfcb00feadc51a789254feebc22df156744c1 1.81 MB 4,303 3
863,470 863,470 0000000000000000000117cce6ce590dae1b59ca9d2c4d42eca3fd3b933ad0e6 1.76 MB 2,998 5
863,469 863,469 0000000000000000000090fb459bd1d1a5eee68f044dd98e5a8fce0fea0d41cb 1.71 MB 5,537 2
863,468 863,468 00000000000000000001b76458b03d946725f4f99e0c82d07db01f26e96451f0 1.73 MB 2,914 4
863,467 863,467 0000000000000000000198d74cb7f3484d30c10b74a5118c2db9387f3e187c26 1.61 MB 7,426 1
863,466 863,466 000000000000000000009bd344f4bb48fcf27e6de33aa2f267fef5c7ef270157 1.77 MB 4,570 2
863,465 863,465 00000000000000000002c8fe456b4002a97d653515cbc3976cc47d9cb7729a52 1.75 MB 2,752 4
863,464 863,464 000000000000000000010c52f7282e79202aacddd421d1c0b0c32a34c04a619e 1.72 MB 4,321 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.