Memory Pool Memory Pool Refreshing

8,384 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (607,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,322 300,322 000000000000000044340d7a81d3165439ddbabc94521754f00daeaaa0aae09b 0.25 MB 520 40
300,321 300,321 0000000000000000584f5f05c5b9200eec0a272384f84c5529e1f52c7aa6ab20 0.03 MB 66 38
300,320 300,320 0000000000000000473475cf992d94ec4adcf8f2e645bd25f267143f4cf1a114 0.24 MB 289 20
300,319 300,319 0000000000000000357d0edec243cd78c259d3b82ea1c2f6cedbbc51dd60a667 0.25 MB 118 14
300,318 300,318 00000000000000003f04b5194cc2db740449d3fc2c0a27176b2e46409e89d01b 0.35 MB 401 18
300,317 300,317 000000000000000000284e5600c574bede096d0e99882ef672a72da3a66889c6 0.25 MB 725 45
300,316 300,316 00000000000000004edb6c83d49bd2136a1077bd8ea463ed3c16d6dcfe7f2d8f 0.20 MB 398 29
300,315 300,315 0000000000000000471ad9fcc299ac51dd561ec014a0bb965fd30be7976111d2 0.07 MB 112 29
300,314 300,314 00000000000000005e732ffcd12b1f109b3aa61da42bfb4a31cbdb786cb3b509 0.31 MB 400 21
300,313 300,313 00000000000000000706c8ecbc1a5e6219946a3d432cea28f74c3e9debd49f9e 0.25 MB 671 42
300,312 300,312 0000000000000000360fef984664d5bfe1bb247f24739b5e7aeffd9d4b8397a9 0.22 MB 241 12
300,311 300,311 00000000000000001695d17c95ecf726ca4a3ad545990d0d5f817e6698ba4bb4 0.42 MB 751 35
300,310 300,310 00000000000000005acfe9136ccd2ca537e57bbf3158fd28f254f2bc4f3b97be 0.28 MB 151 4
300,309 300,309 000000000000000088d15c878bdff05c39f44e3304853b5ec84fcb09236656c2 0.23 MB 373 27
300,308 300,308 00000000000000002c2b0beef2e00724de2d182eefe8623a33ca269ea453ca7d 0.17 MB 319 36
300,307 300,307 00000000000000003a5bc2a8494e43325e57c90b1c25c58ba9d1be9ea145ef06 0.16 MB 325 27
300,306 300,306 000000000000000081a96ce84fab16d1e6d0581d00b8986aa4a42c8a2f0b1567 0.16 MB 119 8
300,305 300,305 0000000000000000472deca6add203109f6b8bbe25cbedd5f8990f3e02c287b7 0.23 MB 475 37
300,304 300,304 00000000000000007b857a5840ca4d742afbea696179cc9dd1554d0826bc3f16 0.29 MB 488 35
300,303 300,303 000000000000000067aedf4492089e6f98ce808611e0b8c78bc37cbc1f384d1b 0.50 MB 1,040 40
300,302 300,302 00000000000000007e8e2a6af490a52e4487c734933cda22a1af9e1d38102943 0.32 MB 568 46
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.