Memory Pool Memory Pool Refreshing

2,368 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (604,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,036 303,036 000000000000000059f83e49f843c7474057ca99a5fe47f13990856ac1e563f2 0.23 MB 225 22
303,035 303,035 00000000000000001280ddf7389c31032496e674b46e861d19a97dd7b17b6d7d 0.07 MB 38 5
303,034 303,034 0000000000000000161220a0d1d6e0748ce91b5e6710992fbc882ced7fd94456 0.23 MB 243 21
303,033 303,033 00000000000000002832b5df76fb76a90aee91f0209ccdb80f3f8ef9a4a98dab 0.35 MB 481 26
303,032 303,032 00000000000000002370937ad4ad758c50ef2fd84cdff0dc43e8a2bf5ce47e05 0.11 MB 145 196
303,031 303,031 00000000000000004896a23bdae15722fb45841ea3e96bc195ac04157d37fd43 0.02 MB 51 919
303,030 303,030 00000000000000002f66589be500afbf212eabf7b10e12fe4639684df808c83b 0.17 MB 357 27
303,029 303,029 00000000000000003c127229af63b4e0079ad897b5296e02f5bc05f9a0255456 0.17 MB 255 25
303,028 303,028 000000000000000029193fbb199f7faed76337e7dd64fbfd109092d1be4c2893 0.49 MB 534 23
303,027 303,027 000000000000000005580edc6aa39a8f42fe51fe27dc5eac8292bcd388b3943a 0.50 MB 1,478 54
303,026 303,026 000000000000000030ead8ffb225139a2f76fb40cb90be16aa4338f0a08c308f 0.18 MB 329 29
303,025 303,025 0000000000000000068b199fd1da1ca78cff07abbffd85fcbcadf8ee58570642 0.05 MB 84 30
303,024 303,024 00000000000000001a247aa05b17c4d0421741650ba59c62ade50ce6e9160383 0.10 MB 174 31
303,023 303,023 00000000000000004924fbf59f8fd2ce700de44903b4201bdb12f99c8ba60094 0.36 MB 597 27
303,022 303,022 0000000000000000661dbccd791755915feb6199c3e9b28b0cf76fa947f41ae6 0.11 MB 219 26
303,021 303,021 0000000000000000045a4a46789bdeea18f38120da8e43cd3ce813ddb8cda3fd 0.50 MB 1,079 33
303,020 303,020 0000000000000000302872d91059db2e49ef1299ad02caee1330178b95ed4788 0.02 MB 53 17
303,019 303,019 0000000000000000498dc1e118ce491daed3d6cd22ef3cea5cc43120430608bb 0.23 MB 430 37
303,018 303,018 00000000000000004506ba571ada996581edcab95831c3e8042cd712b576f99f 0.28 MB 485 29
303,017 303,017 000000000000000018fb50a78e360f7359f3c12d1be6769784e31bfe64c5b140 0.48 MB 926 34
303,016 303,016 00000000000000003c77031ac5f86cc4b7ee1cdd73fbcd5f90a6bee0d3b9b38d 0.02 MB 24 14
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.