Memory Pool Memory Pool Refreshing

10,175 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,454 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (613,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,958 293,958 0000000000000000d9f2bf1d7fb1e8b266876cf73f9b54737facb0e0e3b77c82 0.04 MB 96 45
293,957 293,957 000000000000000071540f4e5e957cfc33494d697d68d70ff1b92ef8e272ee39 0.01 MB 21 113
293,956 293,956 0000000000000000770becaa82c60ccd0fa9e40ca080d5d90684ba6d7a6a5c9f 0.04 MB 107 37
293,955 293,955 0000000000000000753e77c3a695bc8ef645737e6b5323fd7f8002db0b11b011 0.29 MB 573 43
293,954 293,954 0000000000000000c9cbe25307641906939f3e767d94dd7d2553b860dad7a835 0.05 MB 130 36
293,953 293,953 00000000000000001c9b145536ce2f3ffd529742b0ab58a4bdee1ebd985e4c69 0.08 MB 165 32
293,952 293,952 000000000000000039022b02422dfee754c2dd91cf8dac8289c956b30da37b80 0.05 MB 31 12
293,951 293,951 0000000000000000cf179e61ecbe56eb19561396ef72650f2a8b3e7d29d21cde 0.13 MB 315 34
293,950 293,950 00000000000000006e97b96972f7f31f0847fcf35e723193c0949dad4bbc730c 0.18 MB 357 53
293,949 293,949 0000000000000000b2a0b9c58aa86994aa85385d0d8a8676945f6d3b642b27a9 0.88 MB 1,161 21
293,948 293,948 000000000000000055c9d3b2a816877d3b1a9ca6048170ed7cee1c8629255e0e 0.35 MB 851 48
293,947 293,947 0000000000000000551b394408e467f83cd5d6f36612f8e33643d188f0d4498f 0.35 MB 951 47
293,946 293,946 00000000000000006a9ec2a3c3588a93fb16575045f335f747bf73a727bcd6b3 0.25 MB 526 33
293,945 293,945 000000000000000082aec0693b68adb65ab1b5c3a00eb973d4589a56a1200c34 0.33 MB 1,024 83
293,944 293,944 000000000000000075f0d0843e23a9c5f4099a07a4d42ccc5111a69739681c5e 0.02 MB 55 42
293,943 293,943 00000000000000000c0ff56cd2e6a218df48054d785cd0bd5485137b672c5f33 0.10 MB 192 33
293,942 293,942 0000000000000000202ccaaae48ee76f0b65b1197cba2e60114c925e0a85db28 0.33 MB 753 45
293,941 293,941 00000000000000002c4bc82cbd13bf328eedebab840cf73dd26618706d66aa7f 0.09 MB 156 33
293,940 293,940 00000000000000005ec350eefe5a7e282cf26ab36bc35186e5bd708f3c02573f 0.24 MB 410 29
293,939 293,939 0000000000000000377f69030e81bd18883e6c2f9ea4f3c8512c396c435f5d35 0.23 MB 512 50
293,938 293,938 0000000000000000afd265a3129a8d2f0eafab3b7ad3bc4b40bdfd369c5ddf3d 0.04 MB 94 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.