Memory Pool Memory Pool Refreshing

14,225 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (691,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,767 215,767 000000000000027f00b665ccef7fef790f37a0067dee41f524ec0fa67eedd6cd 0.00 MB 9 0
215,766 215,766 00000000000001667704c36545324315c84664b93f6ed2d6b7e07092dcaf0c8a 0.25 MB 196 79
215,765 215,765 000000000000026074642bfcd22445c2b99b3c1d2b98c9006564577734c11a9c 0.24 MB 447 149
215,764 215,764 00000000000003e40f25074c5da32b943ddca8ef5e3b164b6b54d1f0d7df0a41 0.25 MB 718 202
215,763 215,763 00000000000000a5fc8bbfff3b69ab5ac584bec57a8fdcdfed485710b0305e73 0.27 MB 305 148
215,762 215,762 00000000000002a9b6d799b2f1d8c74af4203fcf7a550ba83545d5f7dcc68e39 0.05 MB 133 91
215,761 215,761 00000000000000cd34277c798fa34c996d9b7899faebc7fb24dc0a6bfdc96e4a 0.24 MB 233 105
215,760 215,760 000000000000005a23f724a88a5ced15f94e67a6dc552d88100ad060f7d7de5e 0.23 MB 412 119
215,759 215,759 00000000000004ad04b6f9d4fcce4f2a16f1f4e89d1b8f6486ee413e93a1d894 0.14 MB 294 151
215,758 215,758 00000000000002e819cd52c4c3f92b3dcd3fc65f41aec02c20efffa9cd294244 0.05 MB 128 74
215,757 215,757 0000000000000422ae51f80883e41ef1a58507772715620e7737cceb81039b8a 0.22 MB 574 242
215,756 215,756 000000000000048eecb41c4a3fd02744cb36be9e5eb688b89c217e4e18b7036e 0.20 MB 481 300
215,755 215,755 000000000000039e7b6c40283fc8c0e1d907febd36ed0ee820d02e0ad85021ae 0.25 MB 649 186
215,754 215,754 00000000000004ce277a545ac8cd64d1552a599a758f4e4464bbaae59ef3c068 0.25 MB 626 271
215,753 215,753 00000000000000284e591f634e7c9c069ba5f6973698db862ef2e34858872bfb 0.28 MB 377 250
215,752 215,752 000000000000015c478a6f25db53a5c9484d955316ad89aabf5101059cf69024 0.25 MB 356 127
215,751 215,751 0000000000000270745bfa79922f29c2a61f8def8e2d2c52f3beea49576055e9 0.25 MB 368 118
215,750 215,750 000000000000036c943f3d0ea851c6bde2b2fb9b2c6eefaedf906687e9e3b3d3 0.25 MB 777 223
215,749 215,749 00000000000002d855cb1d9fa491a77c451ff92638c732760dbb1ac851e1666c 0.24 MB 76 55
215,748 215,748 00000000000000468a6368e50fe062f717fbb20f6b2d794e815e8d8a99c86cbf 0.24 MB 393 156
215,747 215,747 00000000000002b23344bfbeabe2d0c76206f3d5b228dafa2489e8460ebc4d0e 0.00 MB 9 36
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.