Memory Pool Memory Pool Refreshing

204 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (397,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,391 510,391 00000000000000000045db0258284c306184d4c054cb376cc482469ccf2ff003 1.07 MB 1,452 10
510,390 510,390 0000000000000000005c75ffea5c503af3610b9b01e0f007d13b8261699dc0aa 1.08 MB 1,201 33
510,389 510,389 0000000000000000001e7c9066a686f1092892b39abe666686585f13f28fb62b 1.03 MB 234 6
510,388 510,388 000000000000000000413a6955172de9974b5780044f1490a52c115e6c3d3b2a 1.04 MB 1,026 28
510,387 510,387 000000000000000000214b76c644aaeeda1d60767083f4fd085c6edbdc920412 1.07 MB 2,071 50
510,386 510,386 0000000000000000002dbcde67e5ede228089984e844669048be73e3987e1237 1.07 MB 1,981 14
510,385 510,385 00000000000000000057f054cb5f2c3ddce3ae1a49252c494cdbb3f86cd55b28 1.16 MB 1,844 92
510,384 510,384 000000000000000000127e861884d6e9a34da70cb859dda7e01c4fc2ce2c7b1c 1.00 MB 142 5
510,383 510,383 0000000000000000005174333c58e757f338105a7621aae37472ddcb0ca6d2f7 1.08 MB 1,213 44
510,382 510,382 0000000000000000002b46b2ee729990595af9c3097555e0a39c2219bfc2cfb5 0.21 MB 512 61
510,381 510,381 0000000000000000003fda50f3ec0d02e55c52a00ba1c7e68d169c18b1f947b7 1.08 MB 2,210 27
510,380 510,380 000000000000000000249f6088773c6312549c91bd0b4510c1e0df857a14d425 1.08 MB 2,637 42
510,379 510,379 00000000000000000027c5e9dd41a460eb0bfc056da7a0bc59c0999c9cca3dc6 1.02 MB 748 53
510,378 510,378 000000000000000000081b79b3aa8f70df730ea87ffb255bc9df9c6de5373762 0.79 MB 1,354 33
510,377 510,377 0000000000000000002e84cd734bed527c645df98bd91cccbc447e64f766270d 0.25 MB 452 110
510,376 510,376 0000000000000000001bcb5b5b1ac16855f69903ec4e8e85d05206c74f1e1d53 0.30 MB 379 33
510,375 510,375 0000000000000000003a093f49474f4e43915dc8a883e1e4f80185d9a958b5c2 0.87 MB 1,795 48
510,374 510,374 0000000000000000003d9537f941a487e3bb4f41baf7ade779bcbf7752eb0c75 0.02 MB 57 44
510,373 510,373 0000000000000000004c3104da968d4088aaa0e6a8b2ab82daa2968a578e9794 0.98 MB 2,023 35
510,372 510,372 00000000000000000010ddc4fcbf331d5000c431aa6aa474bf38e85f9f1f5788 0.33 MB 353 15
510,371 510,371 00000000000000000056301b8598a8a6730d420006dea405724b8af5f64f5a52 1.09 MB 2,167 21
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.