Memory Pool Memory Pool Refreshing

6,134 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,113 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (747,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,727 160,727 0000000000000093c399f6fd6fb5dfc12212a24166666a79a3fab41417aca34e 0.02 MB 44 89
160,726 160,726 000000000000077fccad35aa59d2b35c8576c43ef7683dbf4302f941d67b63f5 0.03 MB 97 0
160,725 160,725 00000000000006295f9d7a82483f594adc8f6a7f1f3b5ea96d80798dcaea95ea 0.03 MB 58 198
160,724 160,724 0000000000000a3e43a866d9c82f9c313463ff415a60868c6fd5489541b1b4f9 0.00 MB 1 0
160,723 160,723 00000000000008ee2c29957d822e872700be2af8d11736e3b1cd9fa733bf30d3 0.05 MB 74 98
160,722 160,722 00000000000001b0d21c78f0541eb59781134412a2ccb95fe07f998058091055 0.04 MB 41 260
160,721 160,721 00000000000005a9ba7a23d41bec480eb0fa9936d78495787417d13d8be279bf 0.00 MB 12 15
160,720 160,720 0000000000000be899d85554ae2719639e3d3c87868727aec7c51bd5fd9dfe1a 0.04 MB 51 92
160,719 160,719 0000000000000c4d02272e78ab8d8c5410e2ab06bef6cd634aa35ad0dc5d4e08 0.05 MB 111 89
160,718 160,718 0000000000000635b1f43c53c818ce4ddbbea78030cc0a0cc0ae1bf1bab4feb1 0.01 MB 32 404
160,717 160,717 00000000000009abdb774c6413d3a355e17c5945ba2a6d515b0476426acef7f5 0.01 MB 18 184
160,716 160,716 000000000000006c64b2fa9576698e556a46337ec9b201120b21563119fed357 0.00 MB 14 15
160,715 160,715 00000000000005dec1ef357ab6161d49a0daca538e8c4d58b4407416a7011a13 0.03 MB 40 81
160,714 160,714 000000000000070bf59c8c92cfd482207c061306ccac7501c924427a83c110be 0.02 MB 50 425
160,713 160,713 0000000000000880f35d414ba6531ef9cda6edcf1919b23853765790491b75f9 0.01 MB 14 107
160,712 160,712 0000000000000078b7d3e8b55574e2ef3b921186d3798d0e60c25a6abf1d356c 0.03 MB 117 10
160,711 160,711 000000000000029a42841c6617a1c5283de127ec2cc6475ac251ff737931db09 0.05 MB 62 58
160,710 160,710 0000000000000b4da9732cb166c2c99a23d6442a6b3fa4c7c113050a9e70ca4b 0.02 MB 68 323
160,709 160,709 0000000000000d293170d9f815cf86f0cf4b1da275a91328c33f3c3f4f316e7b 0.03 MB 25 29
160,708 160,708 00000000000001e9e3b0bd46c3cef156fa0d4465eab6e43d1d048e3b347469d5 0.03 MB 31 3
160,707 160,707 00000000000003fa7d79dafaeb3ce18ce7e47f432a90602c162b012aac4175f9 0.04 MB 87 131
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.