Memory Pool Memory Pool Refreshing

5,798 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,939 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,201 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,938 (753,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,503 154,503 0000000000000867a82bdcd66617e53a59a6668b29d66486c9718d46b8745457 0.01 MB 23 481
154,502 154,502 00000000000008b07a9f277c110cc1d846ce00c2ee235b5359d8ee1df973f905 0.02 MB 46 71
154,501 154,501 00000000000002a79d97179c66656e4b9c6bea3995f6f72c4ac84f29c2ff424a 0.01 MB 12 32
154,500 154,500 0000000000000982574190476c8ea7d0941528650cdc10e0142a081cf397fda1 0.02 MB 29 61
154,499 154,499 00000000000008cefaebe1163155c5ec5fb26c70ca0254c4310f301d2b6841d8 0.05 MB 81 12
154,498 154,498 00000000000006cc3135fcfad740454eb222ab9ee9f3b00ca9228f8f1387a69d 0.00 MB 17 294
154,497 154,497 0000000000000ce559e35d113cb03457d5f334e70cf5c8a1d2e979a662443ab2 0.01 MB 37 47
154,496 154,496 00000000000008c96a7f9bafba7dd9a6db09906e2c8fdff003bc85c8b80496a0 0.03 MB 70 193
154,495 154,495 0000000000000b38c98f0b875e1176ec07180354e77519c0bf541b03be0a7dae 0.03 MB 83 203
154,494 154,494 00000000000006813254c26770ff98e83f8bf27ddb0c09a82ec8c1e239e6f74c 0.03 MB 44 1,407
154,493 154,493 00000000000000af42b4870c2d7f03f696a442fe840439c5a470e72c94ae4cac 0.05 MB 179 36
154,492 154,492 000000000000094b7e62f37232da5edb8661353c9b5e27da2ec0448f465e2c34 0.00 MB 13 52
154,491 154,491 0000000000000382c8ade5cb9e5b2f860422830b523e7bb28e57f433720333b8 0.00 MB 11 0
154,490 154,490 0000000000000cd83911dd7f94f2a1272e9ffc00511c1e40ceae9fc07b271e02 0.00 MB 11 12
154,489 154,489 0000000000000315fb6921a6612612cd401e5811f5e356e37e1768949dfdf5f8 0.03 MB 42 129
154,488 154,488 000000000000080a184f14f951b728ea9797257f7578f7681bef8e9613666657 0.00 MB 8 17
154,487 154,487 0000000000000897438a321b4d8421c6cce35e7771699757e59f7a046d794447 0.05 MB 76 33
154,486 154,486 0000000000000c379efd5ec2df3b3d28c5c88f3019d0d005ca76cbbfacb9846e 0.00 MB 9 0
154,485 154,485 000000000000001bbdec077e0f5dd6e3457d0e866e521c01baee7704ecb1948e 0.03 MB 40 2,127
154,484 154,484 000000000000029a0c18c55a3095bd1ff064b730ee41bfc37aec2e326f1cea63 0.00 MB 11 1,449
154,483 154,483 000000000000015eccb2658500b0c47949090d574a808a037fd8eb9fa4bf82f3 0.02 MB 43 408
Previous 10 blocks ↓
Total Size: 769.43 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,645.54 GB sent, 95.10 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.