Memory Pool Memory Pool Refreshing

2,283 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,283 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (210,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,519 697,519 0000000000000000000c06c779c8426866cb3b24a6e8fb18bf5f7c04b41a690d 0.45 MB 1,029 16
697,518 697,518 00000000000000000001e0ce0fc8c0c351554958268d5d2095f00c24b5b64408 1.50 MB 2,950 8
697,517 697,517 0000000000000000000e46e983afc1cac1cb6ea4c3df43a0e4047d7f7e4866a1 1.45 MB 3,017 14
697,516 697,516 00000000000000000007cfdf3a6b78fd2910585361f03ff19b4928df1e91bb59 0.80 MB 1,575 9
697,515 697,515 000000000000000000014df581b42775bf18b43a85bf747627e87e8d52eb7e06 0.69 MB 1,263 10
697,514 697,514 00000000000000000008378693d53ea9d49cd40410d7a03ec58ddeae8489f745 0.93 MB 1,745 16
697,513 697,513 00000000000000000000b4b3e6890debc09e5f823d26006899a16cea7d81f5ff 1.25 MB 1,297 4
697,512 697,512 000000000000000000107d0afdba35038c68beaf45c52c85c8eb2ceca141f7f1 1.46 MB 2,322 19
697,511 697,511 00000000000000000003275a9d4d29e94ac4a802b9ae3cc4f1bc3505c2b661f5 1.43 MB 2,779 7
697,510 697,510 0000000000000000000a89d583f78012bb0d35711f64e1eadc935c91344153d7 1.49 MB 3,168 9
697,509 697,509 0000000000000000000e69c87de51b1301711ed9049d595c514dbf6bc5244a95 1.53 MB 2,331 43
697,508 697,508 0000000000000000000104a38ead804cbdd5492395d8d68743114c73fb39da3c 0.03 MB 86 14
697,507 697,507 000000000000000000015bb39f7c6ed0de9c1df21caba1b3adc2dcbf553fb083 0.05 MB 139 11
697,506 697,506 0000000000000000000fda36da9cdf44484154d9de47c8395b81d7f56a11cd98 0.80 MB 1,293 12
697,505 697,505 00000000000000000004f2c02f58cfc908b8ab63bcf634e2491dcbd96acde6fc 0.45 MB 755 11
697,504 697,504 0000000000000000000798e992f5744dd07fb57e1ed2338be9445cbe4c2707cf 1.50 MB 2,897 12
697,503 697,503 0000000000000000000770e3b3d37675524436d5501bc906dc15e55f74aa5ae4 1.24 MB 2,498 7
697,502 697,502 0000000000000000000ce594021b535a22a666e14f99885e785c4d5b9deed8c0 1.30 MB 2,018 12
697,501 697,501 0000000000000000000e4457e910abbb25bb5777e609db3b136f5271162a6192 1.34 MB 2,107 9
697,500 697,500 00000000000000000002831d6ccce2e800d6652663147f9d101eefdcac24cfbd 1.33 MB 1,979 9
697,499 697,499 00000000000000000006fca0b03b9f639a3ad71dc44c8ac7f8b8fd2b819c3bfe 1.47 MB 2,215 12
Previous 10 blocks ↓
Total Size: 769.10 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,629.20 GB sent, 93.41 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.