Memory Pool Memory Pool Refreshing

596 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (892,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,493 16,493 00000000985ea5caaf29006e73ec0704e3edd4dc535ad21772488a0ce8b1caa5 0.00 MB 1 0
16,492 16,492 000000004cf3635d601ccc72895330d0d7371db2646d0e9dfd6111bd00fe80b3 0.00 MB 1 0
16,491 16,491 00000000a5f7477fb0c9d45e7163a3f79553cbe4d651c63328cbe1f11c1468c4 0.00 MB 1 0
16,490 16,490 00000000c4168c26f904f31a316a5bacf951c71c77eefb0aa12b84fbaa0f284a 0.00 MB 1 0
16,489 16,489 00000000b6928bb80f26b9937497b5932590be2840f3d78e3714b383e95fb61d 0.00 MB 1 0
16,488 16,488 00000000f765bfb82529b214a117ad8e5d55b9b9fc2f7b73ba4dc36eb1a43028 0.00 MB 1 0
16,487 16,487 0000000085e1f752cad488380cc1ed657655cd9f016fe4f8958869ab2a7ff441 0.00 MB 1 0
16,486 16,486 0000000019458ebfd07d25c9b0b895c711cc1b8ea52d446597c64bb733a03c60 0.00 MB 1 0
16,485 16,485 0000000003db31d9abecf67e31db7cc0a5c562393a33ffd760bbccdee9962f5b 0.00 MB 1 0
16,484 16,484 000000008a9f9e4a991b95e0692c3d86e0b9bfb2e273329a9593d366ece13023 0.00 MB 1 0
16,483 16,483 000000009f01e5b9b803081c7517037b979a52124df0a4f3311b1dc4aea467c9 0.00 MB 1 0
16,482 16,482 000000000832eac13d1de0c165764efdb16ea3260d959985fe2b10816a9cb373 0.00 MB 1 0
16,481 16,481 00000000fac5c7f8942092634606c1796986e787e3872dde4fc782fa967273da 0.00 MB 1 0
16,480 16,480 00000000f088ca9fb758ebc9869724f350a0b3aee786582c4f089b0c4db63c41 0.00 MB 1 0
16,479 16,479 00000000354ba856d66e3be0ff04742b9da6fdc29aa704f59e204d13534fdbc2 0.00 MB 1 0
16,478 16,478 0000000009f7338a29cca2358d14dd061527fd5b9e0860a559239f059138b3f9 0.00 MB 1 0
16,477 16,477 00000000a0a316f99ca7ab9ec329921bd732a098cc027121b34fbb68e27b9a2f 0.00 MB 1 0
16,476 16,476 00000000833119ec9a4a74f04778a6a84009d81ee78fcfae2078ef5dea880794 0.00 MB 1 0
16,475 16,475 000000002014eab23f9e52a92eb93eab27e154d8428997d118549176221b340e 0.00 MB 1 0
16,474 16,474 000000007249094ca166df8a6859280f6323d3fd023673aec57c53e3f675c4bf 0.00 MB 1 0
16,473 16,473 00000000a4ca630f328bb8027ec91ed4b2d7cb3d06ffa019a0cd364cc4ea0302 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.