Memory Pool Memory Pool Refreshing

3,119 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (15,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,914 891,914 00000000000000000001dbc3e09880e4d727ff7b19a018335d64ee81886a625f 1.64 MB 3,193 4
891,913 891,913 000000000000000000007f9a367aad6a8379071e42c7f730f44b0bd212a7490d 1.54 MB 3,629 4
891,912 891,912 0000000000000000000188d24d333f9f02a2ec835fac055f1a97fdf663956ce9 1.69 MB 4,026 11
891,911 891,911 00000000000000000000985eabf6be5c9ea32ebda19c26e32991445788f32eb5 1.87 MB 4,380 15
891,910 891,910 000000000000000000023f1b32203bc235ba2965f2cb2b9db4b03702de6848dd 1.84 MB 3,954 15
891,909 891,909 00000000000000000001203fedeb3a617d259557c0169c3187f1ed56ca76ffea 1.80 MB 4,570 7
891,908 891,908 00000000000000000001703c3116a62e18277e63862e6f56f96949346566b332 1.57 MB 3,271 3
891,907 891,907 000000000000000000010989be22277a0c70aff7a0b6ad4c05f635c9f8e6d0d5 1.80 MB 4,195 7
891,906 891,906 00000000000000000000e05739c54b6e38f38007ce8f0f8756ba0c1f5c9faf02 1.82 MB 3,740 6
891,905 891,905 00000000000000000000368a641019188d0b2b17bee17a380aba360a29bc84a2 1.76 MB 3,903 10
891,904 891,904 0000000000000000000109c2ad9d0b565a9c363043dbe5718c82355c78f87834 0.18 MB 407 7
891,903 891,903 00000000000000000000f572f70493e70d6e6d95d65f4d78454db65859dee965 0.18 MB 492 8
891,902 891,902 0000000000000000000106e376c74699af0f99e46284d544744a2104e18c1ce4 0.27 MB 657 7
891,901 891,901 000000000000000000008b8c95ba47ec4a56c07a6b184cccd812859332de4bed 1.72 MB 3,682 7
891,900 891,900 000000000000000000000f382dfd311982c84af09000ecf7ed0b51292e4c6559 1.64 MB 2,621 3
891,899 891,899 00000000000000000000906d41d5ab2e9e2c6351c2723daaa8737f9cea810650 1.74 MB 3,852 11
891,898 891,898 000000000000000000003a38d250e240fe117f60a0bd41fde75a24dc600762f5 1.98 MB 3,549 31
891,897 891,897 000000000000000000019955af174a85adcfce6f6a221180ee9139f5f1d65167 1.29 MB 2,726 8
891,896 891,896 0000000000000000000030a12302e457f90bfffaab61316dc55b69a5da0074e8 1.85 MB 3,203 16
891,895 891,895 00000000000000000000500a2a1394cd971ca6cd2edff99277b3684c5a69648f 1.52 MB 2,758 10
891,894 891,894 000000000000000000024983855095fd50dd0bfd94c502ac89fa238a0bc01ab2 1.67 MB 2,693 2
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,643.68 GB sent, 94.74 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.