Memory Pool Memory Pool Refreshing

6,587 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (90,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,434 817,434 000000000000000000016887bce48cf0a0453f80526f6f6794e56164abf99c58 1.83 MB 4,365 100
817,433 817,433 000000000000000000044bab252a85fe78322a17c60de5ee86feb4b99cccc465 1.84 MB 4,964 119
817,432 817,432 000000000000000000038d08ef7cf5b37e74584fe8a89090c248b8c1e01183cc 1.92 MB 5,301 112
817,431 817,431 0000000000000000000126c41aa8c11fdb8d8fb5f7ae116f8bd1dcf2fbc8424e 1.74 MB 4,109 112
817,430 817,430 000000000000000000024acc2c9e652d569718d5f03cebcc8b0fba4de487b5f1 1.85 MB 4,608 119
817,429 817,429 000000000000000000043e293da3a9c7ff0761ec5d15594bd2e37ea5c8b585fc 1.73 MB 4,188 173
817,428 817,428 00000000000000000003a302782d06b19d9b42554c35368664e778f5ba77c130 1.80 MB 4,437 127
817,427 817,427 000000000000000000006ddb5e970e925c0bccadac9a9c50693efd2c315f354d 1.77 MB 3,958 186
817,426 817,426 00000000000000000000e06d567a8cb3f81dcd96461fefa087d5a86fcf7aa81c 1.87 MB 4,055 99
817,425 817,425 00000000000000000003f1d536589c594bd6d84e6c58cbe0d0cbde93d234cbab 1.70 MB 3,849 110
817,424 817,424 00000000000000000003822452e86b1ab181e475db5883a97c65cb4e37a97abf 1.80 MB 4,044 117
817,423 817,423 0000000000000000000318789d43b3fc5b88d54c651b2ff5bceefa77dfaa5d38 1.76 MB 4,032 113
817,422 817,422 00000000000000000004031fa33bebb9895ed6372e56e2f3d8ce2cc79f0479ca 1.91 MB 4,470 131
817,421 817,421 000000000000000000008784516625b38fe7f2d6d99cb2bc7528c093a4c15e0f 1.86 MB 4,145 180
817,420 817,420 00000000000000000000eedc7531806e9219463fc346a0ba1baac56dc7fc4e17 1.85 MB 4,414 123
817,419 817,419 00000000000000000001dda1aee25ee863423b3ff6f3176d1423391c83d9033b 1.84 MB 4,132 125
817,418 817,418 00000000000000000000b45c49fe04b98ad26e24c1a1a6c1ef046d943b2b4629 1.92 MB 4,561 121
817,417 817,417 00000000000000000000d1d5c2eb06a4c9ae0594499bf41c436b813871acc2f1 1.89 MB 4,168 134
817,416 817,416 000000000000000000030417f51b757eca792676f6b38e985cda0743d90de564 1.86 MB 4,068 159
817,415 817,415 00000000000000000002e2ed966058f973964a3fed2fba2be06b71a650fc25c0 1.74 MB 3,544 174
817,414 817,414 000000000000000000026c8405725254d36780419865c9f4052824204b7d7585 1.77 MB 4,019 88
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.05 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.