Memory Pool Memory Pool Refreshing

7,970 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (73,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,811 834,811 0000000000000000000013762d65bc36dd94b2f595aea3fbabb626432928d15f 1.46 MB 2,151 25
834,810 834,810 00000000000000000000f3e8f5c3bb95f2bab01ce1026a56a3ced4fa051511ef 1.64 MB 2,855 39
834,809 834,809 00000000000000000002dcaa3853ac587d4cafdd0aa1fff45942ab5798f29afd 1.67 MB 2,990 46
834,808 834,808 00000000000000000000582d30d1cd5ae1c37297b91215759992a082c0432c00 1.63 MB 3,795 33
834,807 834,807 00000000000000000000c2a829cd727e41605d5b18434c4a62712ea40658df13 1.53 MB 2,737 43
834,806 834,806 000000000000000000020520b34f4ff02a88069cb099cc4001a1f24b95754c51 1.55 MB 3,054 43
834,805 834,805 00000000000000000001602f6b75a9a868bcc62ba5e3d79e34c392e867a34a09 1.50 MB 2,564 65
834,804 834,804 0000000000000000000054f00eea5bb58ffcb26b2dafc18db8b255164fb0549a 1.57 MB 3,018 34
834,803 834,803 000000000000000000000a9fea41e483b0357d007f0c399f3bd4ee70120bf9ae 1.85 MB 2,038 23
834,802 834,802 00000000000000000001542dc32cf6023d7bf8cae7c251569a7b62fd4a923d37 1.72 MB 2,385 29
834,801 834,801 00000000000000000001eeaa5b0c912aacd58990e07e0096ea9a722a935c6c7f 1.63 MB 2,912 30
834,800 834,800 000000000000000000020e2e20c05cc93e06ae9b30c8372ef90c7597d2f63a12 1.67 MB 2,487 23
834,799 834,799 000000000000000000006bfa3e996909755d1200ee010b73e78e1dc269672aad 1.68 MB 2,530 26
834,798 834,798 0000000000000000000300aab118d352b6ab3df2dbce00db75a274738d48f11c 1.92 MB 2,099 16
834,797 834,797 00000000000000000001614b7f3343714bdc0b91857296c2ef73b3cbfcd6a267 1.94 MB 1,579 14
834,796 834,796 00000000000000000003263c1f5e8c803535a2867f0fc568eaf36add16226929 1.73 MB 2,375 18
834,795 834,795 00000000000000000000a3f2c9b0459df8eda99abca3c83f0e94a2a224badaba 1.71 MB 2,379 22
834,794 834,794 00000000000000000000b744eb6a13ccea5e1d43c46a8ef1a0ac5ed447a53d09 1.68 MB 2,117 17
834,793 834,793 000000000000000000012b0826e8d2c92540bfc6172a3ad4a61e2c68dba4c2c8 1.64 MB 2,123 21
834,792 834,792 0000000000000000000118f1ebe16fcd30b2dcb57a075c36bd76fd67cd69627a 1.67 MB 1,744 19
834,791 834,791 00000000000000000001bfc5b4c8041c86608716afb6aa5bd030399dfb7f0c78 1.73 MB 2,443 22
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.