Memory Pool Memory Pool Refreshing

9,935 transactions
3.99 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,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (552,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,008 355,008 00000000000000000c4eae36d98809c24d42bf671978526914495fdee16eba07 0.75 MB 2,212 38
355,007 355,007 000000000000000013b1f8d2a39ab4f6f5c4079dc9aa5c9ae23b07a45191ffa1 0.27 MB 630 30
355,006 355,006 0000000000000000005ceece7a8f247433cce63a4fd6b8ebe7c47f8cc1918730 0.86 MB 1,680 24
355,005 355,005 000000000000000013a15ea6356fd802e862a31d95f26f16176b60a7f9d03358 0.23 MB 461 26
355,004 355,004 00000000000000000e7b9baf6a815c05b416b6342962197846eeb298d4602163 0.29 MB 481 17
355,003 355,003 00000000000000000c07f84a68ae35632e5a7bc8c2c3b44fe25ddfbfd080b71b 0.75 MB 1,199 22
355,002 355,002 000000000000000012cc000d5fde40d9133b99c3248eee9f8fb453ac3e3c9fc5 0.75 MB 2,474 44
355,001 355,001 0000000000000000149fb3ca841309360d5f648ba1e36d0a891c165dd5f89804 0.38 MB 823 27
355,000 355,000 00000000000000000b36c1f926e9f4afeac50a580d220c38aacd0185ffc77126 0.04 MB 128 37
354,999 354,999 0000000000000000032a581d801b0a3d269f7633d0d6cf99158e9074578c22fd 0.47 MB 921 26
354,998 354,998 0000000000000000080c826f7515aae9a3d18a65472029dbb1343e5d78b685c0 0.28 MB 463 24
354,997 354,997 00000000000000000c1d6b36cfbcd962a1f32dc504af13118fb983ef4e55944a 0.21 MB 479 26
354,996 354,996 00000000000000000113b62f20455002d0a4f5be3ca10b16bbdf5d638d1dd0be 0.26 MB 488 25
354,995 354,995 0000000000000000066fa7334af0df6dd0e33ae3673ffa430786f61c45bb35e2 0.10 MB 147 14
354,994 354,994 00000000000000000e6fb7eb872db8d751f0416716fdbf42758a3dd4df0f9a40 0.75 MB 1,274 20
354,993 354,993 00000000000000001320c8181b11d3f02d6c8701a5170713dbdfa260011830be 0.34 MB 1,024 41
354,992 354,992 000000000000000013b376160cc763defe8e106e279681290785cd59423dc6c2 0.19 MB 312 22
354,991 354,991 000000000000000000cd5669c7f4a84118de23cd06913a3248823eba1228d524 0.32 MB 656 26
354,990 354,990 000000000000000007398380f9b977dca33789388f01bbb12fcae1e5432e3b9e 0.18 MB 267 18
354,989 354,989 0000000000000000170069f72eb85516ff457fdc342cc127356dd79a9ece0f4c 0.15 MB 239 17
354,988 354,988 0000000000000000086260a5d4a3b256093f832f85b3317e35aa901437ddfaaf 0.18 MB 315 24
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.76 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.