Memory Pool Memory Pool Refreshing

641 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,497 908,497 000000000000000000014aab1d4eb17cac2fb9036f7eaef3f95c0c33631162da 0.50 MB 1,222 2
908,496 908,496 000000000000000000014948fc3f66dd18f77ae859ed6e24bcd34e05fd076f1d 0.43 MB 954 2
908,495 908,495 000000000000000000017d7bd4252c767ac0a351c41163045fcf023b8b66b069 0.77 MB 1,120 2
908,494 908,494 0000000000000000000169e4f91c848e186e6590f447b2608feeebb4545a31f8 2.33 MB 1,054 1
908,493 908,493 00000000000000000001479b679c9bf9d44b06b02a59ce965a08e98804b44cd7 1.90 MB 3,238 0
908,492 908,492 000000000000000000022be012286260d9fba97f7324b2457478f0bc2c478567 0.74 MB 1,247 2
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
Previous 10 blocks ↓
Total Size: 770.70 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.85 GB sent, 100.49 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.