Memory Pool Memory Pool Refreshing

6,347 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (380,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,447 527,447 0000000000000000000cdf79d0887d369fb4090685b017680a6790d6f79898d8 1.17 MB 2,339 6
527,446 527,446 0000000000000000000c16abf55615128a4b5d29e4f5934c58997545f48d1cbf 1.14 MB 2,504 14
527,445 527,445 0000000000000000001c430c699c9e980c05b741a558824f8b6fec039b119e39 1.24 MB 2,249 35
527,444 527,444 00000000000000000027ed09588c2fe0886da368c73c705839f600c4ea8cc99f 1.52 MB 2,430 33
527,443 527,443 000000000000000000372c7668a1111f28dcfa10af600090db96850dd4f47e35 1.19 MB 2,503 56
527,442 527,442 0000000000000000000002d865e52f27af170a3d7b868f54ba55fd462a5ce978 0.58 MB 1,470 27
527,441 527,441 00000000000000000021ebdef620afc750f0ee3cd78d6c2cfcc8222391166694 1.17 MB 2,462 27
527,440 527,440 000000000000000000128a0dfeef8a4b924dd8d46ea90abad7621c9fc2f91da0 0.88 MB 1,553 11
527,439 527,439 0000000000000000000f0e0f90ce9ae8e08f579349191d9bd037b93e14034ae4 1.17 MB 2,385 30
527,438 527,438 0000000000000000002829af24d1e0b06d2a8bf7803041a91924c99a185bd07a 1.49 MB 1,262 8
527,437 527,437 000000000000000000083e4ed18655aa74547c2574d19acd7855dc542dce73a1 1.40 MB 851 30
527,436 527,436 0000000000000000002cbb8e2c13d4c1780c36ec83543ae45631024e4e3b1f52 1.24 MB 2,556 41
527,435 527,435 00000000000000000013cc3cee7f9909c798e738b94e0628bfad4f238a250303 1.00 MB 1,207 15
527,434 527,434 0000000000000000000595f683fe3cfc0907dbaa998d1e453699748015ae02eb 1.13 MB 1,805 35
527,433 527,433 0000000000000000002aa24a7cb7c78fd90f07ca1076391b66e5dce67d732df3 1.01 MB 615 42
527,432 527,432 00000000000000000030c28cf0d74be660a6596a0a3ce4b6c54608f0c690c3c8 1.01 MB 592 56
527,431 527,431 000000000000000000368bd21f5a65de3e20e7c50ec01d96da21724cf1336b0c 0.13 MB 260 27
527,430 527,430 00000000000000000038799ae445bad0876ecd34ff35c528531a376b744c7500 0.27 MB 683 29
527,429 527,429 0000000000000000000450c3d4737c125691fd18721b1d07f2d0159b5961ddd7 1.05 MB 1,879 23
527,428 527,428 000000000000000000150b68acb0dc44a1d6ca92ac0d4c6c3c4320a9f42b2d39 0.84 MB 1,678 25
527,427 527,427 0000000000000000002f4c5b6ab05a1d584d7d3af214c4f96561ee2447335542 0.43 MB 817 41
Previous 10 blocks ↓
Total Size: 768.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,616.49 GB sent, 92.73 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.