Memory Pool Memory Pool Refreshing

3,031 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,171 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,170 (372,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,097 535,097 0000000000000000001504b2f428d500a0c97b559d9edda8295cd1250b4c024b 0.02 MB 69 9
535,096 535,096 00000000000000000012b77c1e6f54943f2618c96c48c3bbbd4acbfa87080adc 0.27 MB 422 26
535,095 535,095 00000000000000000019a3ff5d8d92ae3a3868117d1fc409ec9049dd186aa817 0.85 MB 2,003 21
535,094 535,094 00000000000000000012bafa20fd813b2875bc8628d3449a5380f8922a0c4de8 0.23 MB 462 5
535,093 535,093 00000000000000000029a8ce9207dad50118012f48d8252c5547a2652127598d 0.31 MB 795 26
535,092 535,092 0000000000000000002df3a3ca47ad22b1035673ad28c54a8c2e419f671281e5 0.25 MB 571 21
535,091 535,091 0000000000000000002d65de643a85b9003a3c2f121e580dadb5f2cc15ea3468 0.46 MB 1,188 24
535,090 535,090 0000000000000000000dcb4257565fa1a6c90dd0cbef870fa6991ff90bac06e6 0.40 MB 949 23
535,089 535,089 0000000000000000002847e062e681cb4d5914535a19a0b94c2b1d1e700253ee 0.32 MB 635 6
535,088 535,088 000000000000000000090083b80430fb71b0e19cce3f853c8c7777c7bf25d10e 0.62 MB 1,520 24
535,087 535,087 0000000000000000001e8ede6cbc29bbf9afb012a52394f27472cd5797f7fe00 0.07 MB 210 14
535,086 535,086 0000000000000000000cb478be50d3babf839463d7c59131545a1711f544a945 0.26 MB 435 32
535,085 535,085 00000000000000000023a9aba9a6017c029addd0bfb4f6fdb483811284f16ff9 0.03 MB 96 17
535,084 535,084 0000000000000000002622499ab0f72de6d692cd46477b4acdcaa03c2be6a8ea 0.52 MB 1,072 16
535,083 535,083 0000000000000000000a01738c9ef0a90b76dbd100a3f32e9291d908ba1f92b2 0.59 MB 1,376 6
535,082 535,082 00000000000000000029666a4da9a5a4eb634235381025aadfec309e81dea66d 1.15 MB 2,335 22
535,081 535,081 00000000000000000010dbc7c420ce351f6cc643e87e48d6683ecebcea4e9132 0.08 MB 196 16
535,080 535,080 00000000000000000025305abcd4ae8788a64481f2b1d110bedf32458f2e2945 0.01 MB 34 10
535,079 535,079 000000000000000000290c53b58bd456636f1ddd3ca0b84d02ac8db274cc90ef 1.12 MB 2,691 19
535,078 535,078 00000000000000000016f8b25d631b1ff752133e8be0156b2058e4e95d552253 0.27 MB 595 13
535,077 535,077 0000000000000000001e461ad4b75546e81b0fc16a228c7552e3f9ccf0d10ee8 0.93 MB 2,157 20
Previous 10 blocks ↓
Total Size: 767.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,533.60 GB sent, 87.14 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.