Memory Pool Memory Pool Refreshing

735 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,777 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 727 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,776 (432,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
475,304 475,304 0000000000000000000391a84aa9059e6d5b4d45d3ed9b3af2bf931460f8bee3 1.00 MB 304 10
475,303 475,303 0000000000000000018280da35e1ab88c0e3b266847228a4bd8982cc55b36279 0.30 MB 354 97
475,302 475,302 000000000000000000679534fe22bdaca0c4ffe824f6b02746aad1f436343536 1.00 MB 859 45
475,301 475,301 000000000000000000ed75eebbd1796c12d4c3bd08397ae481e90127837da21d 1.00 MB 1,279 75
475,300 475,300 000000000000000000269df16281194f3c5b9a0bb0955a22e11eceaff85a2729 1.00 MB 1,403 154
475,299 475,299 0000000000000000012a82f6da3cddf8d5f42eff7177a88cd5bb05eacb288803 1.00 MB 1,628 35
475,298 475,298 0000000000000000005297cdeddf0eeecbd944382b0c698a59efd20e7d6f520d 1.00 MB 1,480 33
475,297 475,297 0000000000000000007e8a7967eef8add456d6cf98c17d6f48a320f4cb19d48c 1.00 MB 2,401 254
475,296 475,296 000000000000000000d8d18854502593c9fc75db2fe07be2e83f7ce4e318a487 1.00 MB 2,141 226
475,295 475,295 0000000000000000016977efbdd378309ef06064f07670a982e7afe912b95905 1.00 MB 2,289 252
475,294 475,294 0000000000000000006cc3a51c74c44ef0dd03f96fa7cb1fb8dacbaca4d5eb8e 1.00 MB 1,368 25
475,293 475,293 000000000000000000cbedf6338d3495ccdd1d2e149fe00a35922d110aeee762 1.00 MB 2,093 85
475,292 475,292 000000000000000000d42a369af0d755c25959a6a24a083579202fffa17b66d6 1.00 MB 2,489 292
475,291 475,291 00000000000000000001db261ced1d7859e651556db249a15b2f9c591bd87874 0.75 MB 832 62
475,290 475,290 00000000000000000132408a1ff2f27c0497f95434df14c5c959dbc555c85963 1.00 MB 1,189 42
475,289 475,289 0000000000000000015c05e78209f90e5e020fc35dcaff7bbd3d3bf8e2f491c6 1.00 MB 1,909 85
475,288 475,288 00000000000000000016b5bdef8366fc74c5d20819410c9a5a8aa10743e208d0 0.93 MB 2,081 234
475,287 475,287 0000000000000000012757b2a998a132c993a8f43a096f3e87ea70845f4058c1 1.00 MB 2,226 182
475,286 475,286 000000000000000001343d6974acb5dc251387a5b3361886e1f5f2c814d309c7 1.00 MB 2,284 117
475,285 475,285 00000000000000000037cbe802fa0ed0e8b7117007498c9f363385706606ed15 0.82 MB 1,707 209
475,284 475,284 000000000000000000d5180e426305def8fb0ebeed1e37b43dba80a2e60a2fc6 1.00 MB 1,845 109
Previous 10 blocks ↓
Total Size: 769.12 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,630.03 GB sent, 93.48 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.