Memory Pool Memory Pool Refreshing

3,261 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (64 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,491 908,491 00000000000000000000b7a2d0c6105967620d1c22f0d222a2a18639b18b9b3d 1.79 MB 4,641 0
908,490 908,490 00000000000000000001140305d1eba75efe6369142d537f894927a9c5adce10 0.00 MB 1 0
908,489 908,489 00000000000000000002232fb07faf4aa4dca63e5bd8b8e3da109f86bcfa04ab 1.71 MB 2,764 2
908,488 908,488 00000000000000000001f8eaf355758cd3f929859e2bcebb945ad8270610f955 1.84 MB 4,149 1
908,487 908,487 000000000000000000019f9ac453535ca7cb50f98ed71c145005a5fb8a3f8ae4 1.36 MB 1,296 1
908,486 908,486 000000000000000000007336df4fbd6db86015008d017f0233100f637dcef25b 1.73 MB 3,477 4
908,485 908,485 00000000000000000001cd3d20e679f65c6e0fb640dd0b74d5d09b8bae4ca402 1.73 MB 3,526 2
908,484 908,484 000000000000000000012d5f965cfc65ac979cc5685d577eb498af7f014abf2b 1.76 MB 4,916 0
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
Previous 10 blocks ↓
Total Size: 770.72 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,845.49 GB sent, 100.62 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.