Memory Pool Memory Pool Refreshing

1,926 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 1,922 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (596,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,991 310,991 00000000000000001b6c96de0cc3655a08cbf87e30997e81022d26eeb069b1e7 0.05 MB 106 34
310,990 310,990 000000000000000030b0f8f369707600d175910efcd44d8fdd09d99dcb039c3f 0.26 MB 408 29
310,989 310,989 000000000000000018e6da60ba649f9454bf3000aa916d8aec37724dd5863664 0.04 MB 66 26
310,988 310,988 00000000000000001a01d71ae94d3c434ff2e89e45d1cdd61126a79caf354f5c 0.03 MB 43 22
310,987 310,987 000000000000000039cc592c29f7e737f4c27c1862b162c15abac2e7af7bf9d9 0.01 MB 17 15
310,986 310,986 00000000000000001ea34b99312fb9501175f8d09733b70fe68b605937b394e6 0.03 MB 65 28
310,985 310,985 00000000000000002ef0bf1874e7766d72231b6d52262216c4eff52eb9b4df38 0.24 MB 429 26
310,984 310,984 00000000000000000c2ac81585cdf954c7c9358f669adf3fcb4f7fdffef768c9 0.27 MB 471 35
310,983 310,983 000000000000000029be5dfc455f9c82735fdf78ba4e31e2c591f424b83cf679 0.07 MB 103 24
310,982 310,982 00000000000000003d695fb4cf08c54b1dd4f374efb7740883ab89fa93364f83 0.17 MB 311 25
310,981 310,981 000000000000000034b94d6fb4420201e8f55b6a6e71c1944fa0aa6abde827b2 0.10 MB 228 30
310,980 310,980 000000000000000039e534df6e8e0041a561886f84aa0d90042a18736e7517a7 0.16 MB 206 23
310,979 310,979 00000000000000002b2a5829c0b18e20455794472bb0643185efca9267416844 0.07 MB 84 12
310,978 310,978 00000000000000002550fcd82e90a5afab278ce8f8b7cdc7a4ee4bdb4e5760b0 0.21 MB 449 33
310,977 310,977 000000000000000006a69c16387620599e6b81bdf2e2d885f988296556477e17 0.02 MB 45 41
310,976 310,976 00000000000000003e6e62acff0a614da498343c0eba42098db533fdc4c00cd2 0.21 MB 357 29
310,975 310,975 00000000000000002e518f6c962c77d27f3237b6fc4ab849d24fc535431addc5 0.09 MB 155 28
310,974 310,974 00000000000000000f5347fc3b36209dbbaf98336a071be9f1e19b292c4a2a4a 0.10 MB 191 22
310,973 310,973 00000000000000001c81fca4338487a28ed2c076d71e651ba5e93a8d1d5a6e79 0.11 MB 170 23
310,972 310,972 00000000000000003f320287c84895e0761279b7579cf6bf19812d1664b2aba4 0.01 MB 16 26
310,971 310,971 000000000000000023620952c52c7a6e2d0f65da32a08fb80ffc8c669f18407d 0.18 MB 263 26
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.