Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (746,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,358 161,358 0000000000000b290b21e060f8d60d72580543380f6716cc1a9125317b77c244 0.00 MB 12 14
161,357 161,357 000000000000073f6d0f5867008e6d12498ffd501cf9122677e670192584ff02 0.00 MB 11 40
161,356 161,356 00000000000007a73569bad3ab292dce6c0a405c1912791c09c675630655e1cb 0.00 MB 10 17
161,355 161,355 0000000000000d6139f246121f58b090ad5afa15eb371f82be987a54c2694728 0.02 MB 33 88
161,354 161,354 000000000000070f49e6937062964e7ef656d1b708e1af1ad0b0c4c174ef10f4 0.00 MB 6 0
161,353 161,353 0000000000000774676c1436f6fe5626273c98d841f9328ed069bdc4fe829d90 0.01 MB 18 40
161,352 161,352 00000000000001b06ca92a86d168d11525dd6868690ad601cf453582750d6d5b 0.01 MB 20 113
161,351 161,351 00000000000004754688e78ddfd1caa9ccbd3750dbc28389efc4bbc4496197ae 0.04 MB 114 5
161,350 161,350 00000000000004768f462e8fd3d8f48b0bec27b6b0b68fb1420de833bbd4b4dc 0.03 MB 79 64
161,349 161,349 00000000000002f6a09980fe2006973d879028d72d0802c3bf5e743749e62563 0.00 MB 3 193
161,348 161,348 00000000000002d567e539d6b72d640a05a68288192f08324ddefd81617e5c9f 0.05 MB 49 134
161,347 161,347 00000000000002d07632d952af297f5f61dea0c9ff5937d0d5839fff2c61d437 0.01 MB 16 89
161,346 161,346 00000000000008732ffa86e005f0876044a0e6a6990f6d1cb53e26dd33541dab 0.01 MB 8 8
161,345 161,345 00000000000001581812d682164bd1cc28e2ebd988acbc104b26231d09f545d4 0.00 MB 8 15
161,344 161,344 0000000000000c4bba89fa694b29b94d6eda666d34c5b68dcd6c3fca9b36321b 0.01 MB 13 6
161,343 161,343 00000000000009b71b1b6f4448feb87d44eae30996f37f95d0d8b3522ca853ac 0.06 MB 24 113
161,342 161,342 00000000000006a5bba166b7d23e4f328bc86d01f65b05ebbfe56448f0436d71 0.01 MB 19 30
161,341 161,341 0000000000000589bdded9168c6fea340f513bd0c672f15192f2544d1c9c107e 0.00 MB 7 0
161,340 161,340 0000000000000a201eecf256ce200d2c08290fe1a6cb5e9fe7e0f6c35bde0813 0.02 MB 21 186
161,339 161,339 0000000000000758765eaa01813d618cf38d78f5485679d16f91553f32faf09d 0.02 MB 25 84
161,338 161,338 0000000000000cf0c6b3bc68cee4948b27295e7da7123d7469af62975d59dcfa 0.02 MB 36 137
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.