Memory Pool Memory Pool Refreshing

10,665 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,082 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (672,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,656 235,656 000000000000016e75d9b111a785384c6d1df3e8187344209bd0bfbcb2960b6c 0.15 MB 79 39
235,655 235,655 000000000000010af1eeb8ed32d774c2fbb34365b82742d643333dfa06d52447 0.24 MB 610 209
235,654 235,654 00000000000000f0b68c2829f7c82dfc01d7e408424c4bb6816ca54f98a8635a 0.15 MB 208 85
235,653 235,653 00000000000000e7f27734c4c01df95146313120efc5d188ac3ba5138d20ae05 0.09 MB 239 198
235,652 235,652 00000000000001888577524f80ab9fb3ade8c32a01711dd86534813cbf622bc2 0.15 MB 325 156
235,651 235,651 00000000000000fe7f736b99043e635df202d75b4b84c6f8fb34905adc871cf5 0.35 MB 810 166
235,650 235,650 00000000000001981c4a0bc931f0cce01995f5b8980790d15b75f195a81193e4 0.13 MB 261 206
235,649 235,649 000000000000012cb1fed813560dccdf2dd732539c52e303e75c72deb4ae5ec0 0.12 MB 155 76
235,648 235,648 00000000000001084965ce99f923a29012c5f096062c508e4f807035b7733387 0.25 MB 482 153
235,647 235,647 00000000000000ba1553d47ce8071828df2b123773223a7e2f7dff2bde9b1d9d 0.25 MB 752 225
235,646 235,646 0000000000000196d5bddd94f4ad67134b1e7078e078fd8aed0fd36981770d78 0.17 MB 423 168
235,645 235,645 0000000000000115050e381a0b852ecf6941ac3a0197d3f78d424f95b08b980c 0.09 MB 141 141
235,644 235,644 000000000000008f2c7962b07de27d63451639afb37b398ed0f473b5cad3dc29 0.38 MB 955 215
235,643 235,643 00000000000000bd234080886504ddc2f851504f9abf6f0a49f509f18ca008e5 0.04 MB 81 116
235,642 235,642 0000000000000189641a64dd7e1ef2fb5fdb7e151c03171aab6f6691909fbe2c 0.04 MB 97 130
235,641 235,641 000000000000012c91fee15776902e1178b22585d9cd81655b175abf198867c6 0.24 MB 442 148
235,640 235,640 0000000000000049e67c1047376409b6b50517cc20e5afb8ee060f64326d6f12 0.25 MB 517 155
235,639 235,639 000000000000014038c55965bcbf370654bc5322e8de03d18cabfb72b2042b58 0.25 MB 627 207
235,638 235,638 000000000000015a1fb9b444d52ca3ffe1ba2799c1b603e43e638c15e2acaaea 0.04 MB 64 164
235,637 235,637 00000000000000881938bc995a9816b277483c48dfa3c415a5e93e9e9b49cced 0.27 MB 626 177
235,636 235,636 0000000000000101ebdb1d1dbc3f1ad37dda807203e6f604f8ef523c4682fe02 0.01 MB 16 97
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.