Memory Pool Memory Pool Refreshing

7,303 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 2,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (9,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,195 898,195 00000000000000000001d2411d93048b3a6f74377050b4e856740067f0aed1bb 2.02 MB 2,425 3
898,194 898,194 000000000000000000017062d57d1e8a67f0a6098297655df9cdc79114b6eacc 2.41 MB 897 1
898,193 898,193 000000000000000000021500a62e2c178c0603c142723df4f7ebd1277c1e7c2e 2.10 MB 627 2
898,192 898,192 000000000000000000017e64d5f47dca89ce59c82f21c334963070237b043911 2.13 MB 1,580 4
898,191 898,191 0000000000000000000153e35729caaa4c02b52ff49e74dcaa6f8a654579eaf7 2.16 MB 705 2
898,190 898,190 00000000000000000000b59647fe93d38eaa046502480d2bc0bd53347fe0c4cf 1.88 MB 1,414 2
898,189 898,189 0000000000000000000147300842d33bf1e043102f861b8504d68570f7198d7c 1.77 MB 2,408 4
898,188 898,188 00000000000000000000cbe9d9f4a72ac5a6087a754e44e110a7e69ef5e1f115 2.39 MB 885 1
898,187 898,187 0000000000000000000131d352c5b4b84dd682010f1f43c5168decb4d72d3f91 2.13 MB 2,404 3
898,186 898,186 00000000000000000001178a5701f3d9f6f41adbeaf53d60478365a79808cdab 2.08 MB 2,086 2
898,185 898,185 000000000000000000017c29043ab2a6cf563e94d3cbeb184009741d404b317a 2.19 MB 617 1
898,184 898,184 0000000000000000000095643f3f07dece3313ae04c98d743d9cf7cd40ac711b 2.27 MB 2,473 3
898,183 898,183 000000000000000000009ee3239d7ae0f71c6d34b4dedf0604f0cc548aab0965 1.76 MB 3,053 1
898,182 898,182 0000000000000000000123312f0065ea3bda966f02dc74f3428bb04c07c3d4f9 1.66 MB 3,389 4
898,181 898,181 00000000000000000000f3c17e36a2654d63af40cd87b2f2c54f27ec7717da21 1.67 MB 3,473 3
898,180 898,180 00000000000000000001a55a1c471fbcd494e4251b601ce024a8cfc906c76cdb 1.62 MB 2,530 3
898,179 898,179 000000000000000000024584322a109874130638f3cbf3a9ca4ebc62166f6d29 1.59 MB 2,737 4
898,178 898,178 000000000000000000000a1e5a05c6d6080854737e008cadba2f41a6b4a06da7 1.68 MB 3,222 6
898,177 898,177 0000000000000000000198f26db0473b89272274fe66a7ef31ebfdd5c9803fd6 1.56 MB 3,767 5
898,176 898,176 000000000000000000022d92ef862ec21b218430a35da10d2427f5e3bbdb4fca 1.72 MB 4,442 7
898,175 898,175 00000000000000000000627bb44c04e563859a2564be7a4509978c2f5e1fee09 1.63 MB 2,971 10
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.78 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.