Memory Pool Memory Pool Refreshing

5,162 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (627,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,047 280,047 000000000000000259268461ea5f65a46bafdff96e2cb90cff3f1a7bde78ee45 0.03 MB 80 52
280,046 280,046 0000000000000000d85371b9f2aa7104024d628f479561aeef61965f88d7bc01 0.07 MB 84 19
280,045 280,045 00000000000000022b009fd92a7d48f48d122b57a9e9f0f3c38dba9a767cf9ab 0.00 MB 9 14
280,044 280,044 0000000000000002382a7a1d591d84d8c5cef7761bce2cf76fa62d065f1cb500 0.19 MB 357 39
280,043 280,043 000000000000000273f835c44bfa10f07137e3185e1a05f43c0b6812c56f93fd 0.03 MB 87 11
280,042 280,042 0000000000000000657cb5306e0ad49a210b4486dc66873d55d583b89be8e6d9 0.46 MB 609 30
280,041 280,041 0000000000000002699eed32bbd7851488b1074f4ef55a28cc147b8a660c4c70 0.25 MB 715 64
280,040 280,040 00000000000000021d906c7e4eb0b07f3faeda3e1477c7e475eabb1fd947fc87 0.46 MB 863 28
280,039 280,039 000000000000000188466d4260c5c6a0f3b5f3fcad9bc264822b84532b0cd5aa 0.03 MB 97 118
280,038 280,038 0000000000000002659811e6b3a045b227018f8d55434b20caf170bd3524c06d 0.03 MB 73 133
280,037 280,037 0000000000000001dfc6d7943478e5b127acf51d86db1838259ade4204987d4b 0.13 MB 221 30
280,036 280,036 0000000000000001e3f23a11690abdc9c4ab69abbb1cda7911996389af3d9bf3 0.00 MB 16 88
280,035 280,035 00000000000000006ad668d937235914a125d1057701bed54c733df49d7e43cb 0.18 MB 326 44
280,034 280,034 00000000000000021b436f24630f005f12e4bb1175a60417ddaeb8cf34eabd4a 0.03 MB 60 30
280,033 280,033 000000000000000228fa6eac3c46323bba413e27da425e48d8aba3e25552a12f 0.18 MB 358 54
280,032 280,032 00000000000000007e5245efba2d4bafc3ec5815792dff2a7bcdb344d968b77c 0.03 MB 54 28
280,031 280,031 0000000000000001130a60dc22976aa5beb0282b8becc83125233aa01ff3134f 0.06 MB 119 40
280,030 280,030 0000000000000002ae8c6614c5c901d58d453f588009c6d4f780a64310bc4f8f 0.02 MB 20 7
280,029 280,029 0000000000000000915dc3e9a03ecc03579efb026e9c49defcda47083a973683 0.13 MB 295 67
280,028 280,028 00000000000000009c0c0b3dbbb59ec9a90c0c63625e437361873c23263209aa 0.03 MB 79 35
280,027 280,027 00000000000000015ea45dee6d8aa21be533d5dabfba2746ad7dca2828623801 0.18 MB 283 31
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.