Memory Pool Memory Pool Refreshing

461 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (782,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,701 125,701 00000000000005bcd8f8affbe9dee24c90fc3ad333fc0f3dfb97855ff833efb6 0.00 MB 13 891
125,700 125,700 0000000000001ec39abbadaa52a804d254796c4e1db55ad906dedb2e3ebc7df6 0.00 MB 6 464
125,699 125,699 00000000000002921044ee62852aaa22bf01090fe29c9c32e4ab513a1deeb9b5 0.00 MB 10 890
125,698 125,698 0000000000001ff4750aaa75f0aeaaf0a3300ce86c483c86eba769d3c4fd5b1f 0.00 MB 13 599
125,697 125,697 0000000000000416fa0976c0ec4c9e5bac43fe0f0695136dc3ca0217df20c421 0.00 MB 13 660
125,696 125,696 0000000000003b586a59f65926bbd9d758d7d023f8f7cb3f5513b3fd09703ce6 0.01 MB 26 658
125,695 125,695 000000000000311f83d48564a9eb61760dd2c830a9bba77c7c4482804dd021d0 0.01 MB 21 1,578
125,694 125,694 00000000000038c428ec921f73257d1a39d2fd3bc693a63cc118a515c46e75fd 0.02 MB 13 1,339
125,693 125,693 00000000000002b4581bcce6f617621d65d7e616f3e2502b2a3cd4cb57d5ad56 0.00 MB 9 844
125,692 125,692 00000000000012cad63740e6bb5b0b3ce619f1058093909dea3719ed37375b53 0.00 MB 12 0
125,691 125,691 000000000000007723f66a0c021a2550a7df8621543cea67229278e81978c937 0.00 MB 18 0
125,690 125,690 000000000000060c24d0921a9a13b890573603926f29b222045f10228fea26d4 0.00 MB 16 1,411
125,689 125,689 0000000000000a03b8ba99486fdbbe074d1a990a67f86bea95eeb4c5724134ad 0.01 MB 22 883
125,688 125,688 00000000000007e717d8dcbc9738a9e98c3d1fe425441ccd75c1de359b480d7f 0.00 MB 11 1,021
125,687 125,687 0000000000000341ab18e798a8c0e4d8039693eb48b8a35f091a8b03860e0324 0.00 MB 2 0
125,686 125,686 0000000000002624c270f7ddb07d9238aae59b6ba3a31c8b6264988a3ef46b3a 0.00 MB 10 358
125,685 125,685 0000000000001cb1bd0a17696397d99c0c6f5deab82d45d50cf6c29b6f355f04 0.00 MB 11 16
125,684 125,684 00000000000038cb8d09000bf69fecf3a7f1512b6b1a456adb2d12edaa988b59 0.00 MB 6 0
125,683 125,683 0000000000002610e8eb5bdbd69822fb2450cd47f516240525805331ba44d247 0.00 MB 12 584
125,682 125,682 000000000000130a4673c594160df06dae3921eae97a1d48cd8434fca5b81f8f 0.00 MB 14 1,459
125,681 125,681 00000000000032ed141a371cb3bcb64f83a486d5a1dca717c1eeeb0656986167 0.00 MB 11 480
Previous 10 blocks ↓
Total Size: 769.15 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,632.25 GB sent, 93.61 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.