Memory Pool Memory Pool Refreshing

2,005 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,991 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,483 908,483 00000000000000000000d532aa051b2f7bcfc1fab32a9cc39e71ca5a08c52aed 0.06 MB 120 2
908,482 908,482 0000000000000000000218b00306d21e77edcaa86b87e34a19314cae14b0f5e7 1.68 MB 3,449 2
908,481 908,481 0000000000000000000221e8fd34b07c60b306451910e160712402c2b0e59a1f 0.32 MB 398 1
908,480 908,480 00000000000000000000d80ae465e01f5a5a6607bfa06d3721a2a837f9aa3a4b 1.74 MB 3,734 2
908,479 908,479 0000000000000000000002f560bdaae9a9d7d97281e01ff99e8c0562ba890b04 2.18 MB 2,906 1
908,478 908,478 00000000000000000000832c83318cac5f52ac5acdc3c50dad6e8dcf9c788ca0 1.68 MB 3,254 2
908,477 908,477 000000000000000000016364537c9189b8af5475d24bc05d3c817b36b414b1d8 0.61 MB 1,547 2
908,476 908,476 000000000000000000003e2699847e1a80c6ea4ecd7045885518ed4da22433ce 1.87 MB 4,211 0
908,475 908,475 0000000000000000000216d297b3c6bbbec939aaafd887b4b609934bf92f3457 0.71 MB 1,559 2
908,474 908,474 0000000000000000000155f15accc6068f03dd09bddc83b88537c2d4162df944 2.08 MB 197 0
908,473 908,473 00000000000000000001295b1a49f9be5fd1c8a81f0897b75b676b6e80a33771 1.80 MB 2,894 1
908,472 908,472 00000000000000000001345dd072a2ce691e5f7de94edc3d825a4b339a466038 2.10 MB 574 0
908,471 908,471 0000000000000000000083916a6edeed6898e21b7ad1d575036551f876d2549c 1.99 MB 1,273 1
908,470 908,470 00000000000000000002024e23462132d2762d237dc5de65663a6fc997e80c3d 1.95 MB 1,214 1
908,469 908,469 000000000000000000005b93d3da0a60bb55aca710c8e781ecc9fb16299e62ad 1.99 MB 925 1
908,468 908,468 000000000000000000006cf11c2afeba0aadb878a6ce2cc8c5a42d99dd4985ef 1.82 MB 2,252 2
908,467 908,467 000000000000000000017e201722d426af02936d2348fd4a7ea4b9c066fbc8b9 2.05 MB 887 1
908,466 908,466 000000000000000000011a629191c1488a286eb15a141551dc5aaa30b1ec6217 2.24 MB 865 0
908,465 908,465 0000000000000000000081e0d2b9d380d70da1f71a889feece61e5e89b2635e6 2.26 MB 540 0
908,464 908,464 0000000000000000000021b8778d11eb36635c1cdbb3e2f6f3a7dd3c25e622ab 0.40 MB 812 2
908,463 908,463 00000000000000000001b820e578cf384f08bd96e90557bc2bca8f8fc3b12f84 2.24 MB 802 1
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.