Memory Pool Memory Pool Refreshing

1,769 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (892,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,501 16,501 00000000a1a74c89e1e8fd8b352bc84be878eb764b80f7fa32d666c11b33d799 0.00 MB 1 0
16,500 16,500 00000000de6833dccf6ce1dc4b6861b80c922279180d7e1352cfdab4dbbfcac2 0.00 MB 1 0
16,499 16,499 000000008d573aec4ab4801377527c94710b2907f68e53788d2ed08592c39f60 0.00 MB 1 0
16,498 16,498 000000001f5e27de62c43b6c1900698adb0bcc3c0782ad9475a394d90896cdd8 0.00 MB 1 0
16,497 16,497 00000000e5cc01bf7bea802b757a4fa49434175e5447a924dc163a15f6a444c2 0.00 MB 1 0
16,496 16,496 00000000186a57d47e8136d58d3ec0277d9d0a2cad1b1134e11de4d609301bf0 0.00 MB 1 0
16,495 16,495 00000000a104479a9f6bc37a2664fc68165db88286c6bc00eaf3d70e640055dd 0.00 MB 1 0
16,494 16,494 000000004cec2224427fc1eb3067e0e4dff7f9da2e0c44eebc751b33a0a77bbb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.