Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (396,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,990 510,990 00000000000000000054f536e388c5753d359a7c218afd3c9d6a2464ddfe6db1 1.09 MB 422 3
510,989 510,989 0000000000000000004123f5396baa2c94a9a53a36f4604e66f3178029640b67 1.07 MB 2,045 39
510,988 510,988 0000000000000000001556b0a311db5d002c7e2b8853e019fde6d10c16286984 1.09 MB 2,511 58
510,987 510,987 0000000000000000004dfa88a8007453d1b6c81164a45b92fa259af683b3ebc8 1.08 MB 2,187 48
510,986 510,986 00000000000000000025d35aa1f21e355bae26e71e34965ca6da46f9c81c1970 1.03 MB 701 19
510,985 510,985 00000000000000000033d52145f58b097df168df63d76f9af76da2c1ac58de25 1.04 MB 1,002 24
510,984 510,984 000000000000000000507d0389dabab82fa0964362d19f9887e124a9734ce47b 1.05 MB 1,103 20
510,983 510,983 00000000000000000019964867da0bedee169345bba9bbe8030f61a88529cba7 1.02 MB 438 5
510,982 510,982 0000000000000000003f804f8c988a4012a2530ae3247e6d904db7c18bc100a2 1.05 MB 1,129 24
510,981 510,981 00000000000000000013a89f68ab037fbedc7eec776a2aa3ea9a6a7e9666f214 1.02 MB 715 2
510,980 510,980 00000000000000000041e39beca39183fa1ef26b29934d462cea3ead4f26b140 1.18 MB 2,073 67
510,979 510,979 0000000000000000003332c1e3583a59e6b5851dd6d132d883fc3f2725a80396 1.04 MB 993 32
510,978 510,978 0000000000000000002e111cfe51dff7dcaf5b9a16fa2c869a4c1a5624872e6a 1.08 MB 906 10
510,977 510,977 000000000000000000476c0d2d8985136083f4e5818dd69b4d844498a3c1f572 1.03 MB 889 21
510,976 510,976 00000000000000000052460e13057501dd812c28ef6a44fd2c02d76449958e9a 1.08 MB 1,878 53
510,975 510,975 0000000000000000000cc2992e55438d6e16ee42606f052597fa3fc3327abe7a 1.10 MB 1,770 38
510,974 510,974 000000000000000000567c2c1d82329c5f827bc7ca7282e501baf060d7bd5229 1.07 MB 1,654 44
510,973 510,973 000000000000000000294952d71e93aced4bbbf71868b86d654a436e23bf334d 1.01 MB 342 4
510,972 510,972 0000000000000000002b10874c4bb8bb6d14f0fb50fe2aef58d4c2de55f25d4a 1.01 MB 301 7
510,971 510,971 000000000000000000011020989a704e21fa711de6bf52034788d7b8a5b62227 1.01 MB 325 7
510,970 510,970 0000000000000000002bd42079a51f05c2fff233ee96bab3ab6892dcbd7f8642 1.06 MB 1,297 30
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.