Memory Pool Memory Pool Refreshing

2,300 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (701,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,560 206,560 00000000000002a835b9ff29e070f45fec83e458665ca6c2b8cc7c9cfe804709 0.21 MB 534 194
206,559 206,559 00000000000004c1020630b74a07359f69ad632593425211c63d3b8afe32f646 0.00 MB 9 183
206,558 206,558 00000000000004fd3b7751bb7f5392eed89531dde602fce3ed76b5dd0a54cd8a 0.00 MB 1 0
206,557 206,557 0000000000000150aa2095debc1609b2067c607a641781bff598b30fe97e9a02 0.20 MB 356 109
206,556 206,556 00000000000001bfb23035f7005cc30bf6c48927c90f6b7d15c24feb2ec3c139 0.11 MB 141 117
206,555 206,555 000000000000034cd8ed214efe69c8dd32123b1d1e4056e56167886ff67e69a2 0.09 MB 153 201
206,554 206,554 00000000000002e823ef2b2ba22cd1ad49d86a65396a1df479d34f8279759ace 0.01 MB 17 76
206,553 206,553 0000000000000396d8a44bc915f19c68be854fe040f2c8d6ee46cd0d3f1bc85f 0.16 MB 345 158
206,552 206,552 000000000000026fa1a9d0bcfc79e67bdbd1ce568357f5f3949a4ec890afb42a 0.02 MB 31 126
206,551 206,551 00000000000001c03bdb9d6d18c088bf723b8a8ae9d38f802b26a90c4b7b20b1 0.26 MB 552 156
206,550 206,550 00000000000004a354a906c7f671f363e5827e12d9aa709c489e372ec1a9c5e2 0.01 MB 35 129
206,549 206,549 00000000000001cb9e2be78d792b701517ec39547e2e2f8eaaf8e8f050f79c21 0.16 MB 419 224
206,548 206,548 000000000000007b85c84038db10ae900adc7888c20582cf0242efe7a7162db6 0.06 MB 150 338
206,547 206,547 0000000000000088e4857c61ec3fd402fc19d20afae2515c17e7da242c379030 0.00 MB 1 0
206,546 206,546 00000000000003e33bb0d887db22adf0937486328c0bbbffe422e3a1a5bec9c6 0.05 MB 110 175
206,545 206,545 00000000000002fa89e66ea174d09a77cba8d3dfc8f13002f1a8c2bcbe8af940 0.08 MB 206 190
206,544 206,544 00000000000002ef56ae268d903e0a8020b3bf40b26ff71b7c8fc453e12f22c6 0.06 MB 113 158
206,543 206,543 00000000000003a6bad9195cc128b3bc329724a4311b2905fb42505a68d656e9 0.01 MB 38 143
206,542 206,542 00000000000000bc7bca5d424b821617f96db5283327636e7e42c2d6ff2f3e0c 0.09 MB 234 182
206,541 206,541 000000000000014f464587a940792515f9c28da4cf820fcbb9d975824d7725f8 0.12 MB 271 179
206,540 206,540 000000000000024c377171290c418bc6e67cfe3802250c046acbf477732ffbdb 0.24 MB 528 145
Previous 10 blocks ↓
Total Size: 769.38 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,644.15 GB sent, 94.85 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.