Memory Pool Memory Pool Refreshing

12,027 transactions
19.43 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
886,735 000000000000000000028bb10000000000000000000000000000000000000000 ago 1.00 vMB 3,166 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,734 (9,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,395 877,395 00000000000000000000b2ea1e2b2154d3db383029081c11bb55f412316a164e 1.64 MB 1,610 2
877,394 877,394 00000000000000000000a5831d02055f78fe75204aa650e4781ca01b9c232ca3 1.76 MB 2,267 2
877,393 877,393 00000000000000000001c200d9c9a4cc8e1a557563bda2cf7b0f91524138d305 1.47 MB 2,672 3
877,392 877,392 0000000000000000000139ec778d4fd033bbaa66234a4645f7e861a91271bd48 1.57 MB 3,258 3
877,391 877,391 00000000000000000000f759e10953ab3eb985965179e11c66b5959ede46ff1b 1.74 MB 2,160 2
877,390 877,390 00000000000000000000b1cfe6845ddf97dbd8d6a0a3cd84ed7849b2b84f1d42 1.74 MB 350 1
877,389 877,389 00000000000000000000fcd36bba5370df2461da57ec63998fd903cd84636f31 1.48 MB 2,832 3
877,388 877,388 00000000000000000002744aaa70f2f0a1d32acfc55dfd75c2c79d54436e226c 1.63 MB 2,324 3
877,387 877,387 00000000000000000001f522f141434a3e06a65f99ee10261653c0ccf5e8f7bc 1.83 MB 3,895 2
877,386 877,386 000000000000000000028f6272378508b20da1519b1dd3e62c567ee6ae67b009 1.81 MB 805 1
877,385 877,385 000000000000000000017954bbc20f94c1a5aa10b636aea34cc5288e2f07c1aa 2.05 MB 1,109 2
877,384 877,384 0000000000000000000169efd3139c39d4b00681a74af98fe6b38e828aff9a09 1.88 MB 2,045 3
877,383 877,383 0000000000000000000144ceff894c9c22bc30697a9f3373690891ac92121ab6 1.84 MB 704 1
877,382 877,382 00000000000000000000ff8fb42f749be73d01e090d3cca834fb4a2cb09cd008 1.72 MB 2,758 4
877,381 877,381 00000000000000000001f7b0f4c83c93505c88e708351f940e6ca0b367164ae0 1.60 MB 2,553 3
877,380 877,380 000000000000000000002973d2c6aee9d512efa2f42a8696d12307cab79c2abe 1.44 MB 2,550 3
877,379 877,379 00000000000000000000b1b08419d780196aa777c28a8069b70c30ad250d707e 1.48 MB 3,122 3
877,378 877,378 000000000000000000018456b5f9c853f2f905837d2ef02b613b0afa84627ba1 2.05 MB 418 1
877,377 877,377 0000000000000000000245a21f33b9dc3946f3cfb591d69f7cc238f5cf22c608 1.88 MB 2,107 3
877,376 877,376 00000000000000000002361563f292dc0ed7dba091ebbcb47152229f16b65df8 1.56 MB 1,460 2
877,375 877,375 0000000000000000000192baef1c0e166947c4f9ba10bff998d91da4683fb8f2 1.61 MB 3,459 4
Previous 10 blocks ↓
Total Size: 731.85 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: 2,773.59 GB sent, 121.06 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.