Memory Pool Memory Pool Refreshing

1,950 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 1,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (163,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,264 744,264 00000000000000000002ce5efd083f2495f477ef2385af33c98b2bcb9b5cf3c9 1.03 MB 2,114 14
744,263 744,263 000000000000000000037788d677d00aeb5d7ec52e49bf340e031475bee0b2e0 0.46 MB 637 12
744,262 744,262 000000000000000000026fc56b99199c2ac6739d89fb9fac7323918bf7d19547 0.34 MB 442 5
744,261 744,261 000000000000000000005e47e46a8656f234d733620db1111222075466240b5a 1.40 MB 2,153 9
744,260 744,260 00000000000000000007a1c720342cfd62a672400d4f9d9ad5fe27372ad0db95 1.40 MB 2,514 25
744,259 744,259 00000000000000000005ea699c2e32ae16356877b185f71a0106a1d7030eeedb 1.43 MB 2,379 18
744,258 744,258 000000000000000000031ce9c9feed80c7557aa6a778bb861a17990ba20ec0f0 0.72 MB 1,328 14
744,257 744,257 0000000000000000000045ab464f6643ec69cbc24b91257a1868df1684c8dc5c 0.82 MB 1,532 14
744,256 744,256 000000000000000000018902dfc792299c23d0f94a1d7aabfb857c82c058b4e4 1.08 MB 1,903 14
744,255 744,255 0000000000000000000692b1c31a8fed062cfda52f77fd2429ca5254b1c6e64d 1.33 MB 2,673 15
744,254 744,254 0000000000000000000162a0c14e18eb7b246cfd32fabea8962e4085e04d8be8 0.13 MB 233 15
744,253 744,253 00000000000000000006bec1d9f821c4212d428a728363869de7e68ab2263fbb 0.16 MB 370 17
744,252 744,252 00000000000000000002b06c5846ecd121ab417b9529bed1ff9e076b90bb175b 1.71 MB 1,552 7
744,251 744,251 0000000000000000000612f804941e89a25c96c256868f71360b3c1f15f733ed 1.54 MB 2,943 16
744,250 744,250 00000000000000000005590a51700580d862de7bfd09ed5daf92ef2441237ab2 1.53 MB 2,291 7
744,249 744,249 00000000000000000007932a090e154e8f882079d013497c974ddc8214197326 1.47 MB 2,797 19
744,248 744,248 00000000000000000007925bfd39c9e4a8bee5806051a98a0dcc2fea1d113a09 1.50 MB 2,908 21
744,247 744,247 000000000000000000035f8b66e9449c991f51a66cc1d59f5c4e5d09b9ea253f 1.42 MB 2,961 20
744,246 744,246 000000000000000000026ecb2190931147063b84771bad412762947f9d9ad77b 0.41 MB 371 6
744,245 744,245 00000000000000000001829b7cc8933e6110be5f20bfe6e2b06a1339287e760d 1.46 MB 3,190 17
744,244 744,244 00000000000000000001345c8023d0193a6976f33162e2ed76cb71eb0db52c6b 1.31 MB 768 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.