Memory Pool Memory Pool Refreshing

4,349 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (845,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,328 63,328 000000000afd2cbb9f2f7399736d89152ccb1c9e1b5f5d3ddba1ab856deb8bd6 0.00 MB 1 0
63,327 63,327 0000000005ac2f3b3cda829d94f339ffcc9c5a48dd18a8cddd550c3086b2edec 0.00 MB 2 0
63,326 63,326 000000000ae438bcc09e2eb4654a77a2d2be7ff31cdc5c7a3b144d0b1b1518f7 0.00 MB 1 0
63,325 63,325 00000000096602f68826d789d5a8352ffad895b15045790bf27c18a624f2c535 0.00 MB 1 0
63,324 63,324 000000000c4f2da4f6ed1a045e0da636cce67adee2794f18e0098c98696e1667 0.00 MB 1 0
63,323 63,323 00000000086404aca5bdd35943dd51a401f36483e73dfb62458d6c899ca74f2f 0.00 MB 1 0
63,322 63,322 000000000cefafe4d9982cb3af6088891cff852543bc2b9913564ab2a9073ce8 0.00 MB 3 0
63,321 63,321 0000000002212285b3b48c4d00ba45696945734b3f674477a4697e2d82282976 0.00 MB 2 0
63,320 63,320 000000000d2b5661b103464e040e7a6fa4366aca834291d7d0feb272f431ec65 0.00 MB 1 0
63,319 63,319 0000000005763ed8bdcd8c89aeeb9e5da5dc635a044c56f3be23891b9b86b770 0.00 MB 1 0
63,318 63,318 000000000af013ecb0e920697e0dfd0f03fefc622e85010460f6c83e0003c388 0.00 MB 1 0
63,317 63,317 0000000007f6b75a9a6131cf297cfac9d62cf17222cadb9005ab568b213cd904 0.00 MB 2 0
63,316 63,316 0000000002eea9e1e822110db329e6a50bd82e430ef3f00c2c9292c780f81457 0.00 MB 1 0
63,315 63,315 0000000004dc62ad869ac30c91dcf16e17e47d4e2cc93f97841f42316d1044b8 0.00 MB 1 0
63,314 63,314 0000000002bf1e4714dd7e0839b246440cce950695c54287bee3fecdf518f06e 0.00 MB 1 0
63,313 63,313 000000000144c5d165a062a4c9033145697c9968d42d96a900728d9117a395fb 0.01 MB 22 0
63,312 63,312 0000000003de75b748c059c91a384eaad15e3184aedd608089342852b59b4baa 0.00 MB 7 0
63,311 63,311 00000000051c0b2fb5bcbf74f073ba866a64eb53cf01cff3a15ac5fc4cac9eed 0.00 MB 1 0
63,310 63,310 0000000007098d9dac518b20e6e3c30a086b4ccaebc49969652b6032c189a813 0.00 MB 2 0
63,309 63,309 00000000034f54493c8d12673d221687a51d24fdd96ab394649c802aa8471521 0.00 MB 1 0
63,308 63,308 000000000a5adc435b1f207c346f64f4d36c2f2cf328c385dd1c550c2c865e34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.