Memory Pool Memory Pool Refreshing

1,560 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,560 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (700,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,930 206,930 0000000000000333cf3246365543950b27d6fb6372ede7c34d7e64688a0aafbb 0.05 MB 122 98
206,929 206,929 000000000000047d38724b2f97ec3fbf931a1ff89dda8bbc5663e86ac5e3f1ee 0.02 MB 73 64
206,928 206,928 0000000000000513b4edb86216c4a292303ed48ab2887bf2bab98185939ee6e0 0.07 MB 117 182
206,927 206,927 00000000000001b089cbe6fecd84890b4df950d2088fd68006b571de30031f0f 0.00 MB 12 37
206,926 206,926 00000000000004ffa41444bc1b59ade2b11a76c8a9b8350da3139785a9d3439f 0.07 MB 179 181
206,925 206,925 000000000000049d36263bc9b4b5ee4536fe48f47adbaff5cd578a12a14a3ecf 0.20 MB 418 282
206,924 206,924 00000000000001dd43078f037781107953645a00e17e4a0ff8b02224f9f04ee2 0.05 MB 104 275
206,923 206,923 00000000000001e432a46fd9508908ac3cf0ccebd6cba3368ddc5e8427dbdd1c 0.12 MB 274 200
206,922 206,922 000000000000021581b56c08db6a0f9d8c41a12da519490af4cb456203a6b140 0.25 MB 568 177
206,921 206,921 0000000000000081c30915729b1037073c80b419d7891bd93a009c93de4afca2 0.05 MB 146 77
206,920 206,920 00000000000002427a66571952d5a0fd266436c7bc1c76f1db8d059edafbbe66 0.19 MB 550 281
206,919 206,919 000000000000027d65ec50ca4e27ada15949f463055e8940e5acb197b9495a96 0.04 MB 67 114
206,918 206,918 000000000000017779c5b144723e39b0711437cdb7cbd409308c4aafdad3dd85 0.04 MB 85 179
206,917 206,917 00000000000000a1f86c201b39b79f55f4dd2d4d3670c28dd7686d1829138f43 0.10 MB 152 434
206,916 206,916 00000000000000069fb6612f6f70bf4fcf603d2531f3f72e3a2c4925c415df0d 0.00 MB 11 343
206,915 206,915 00000000000004bf052b8f08339cfb5b8aed5d2154936f5e82448b7efde74b67 0.04 MB 65 206
206,914 206,914 00000000000002556bca0a576f6e8db45daba959c67cdd4c22a7861a1e04aad2 0.03 MB 37 31
206,913 206,913 000000000000010528e682243a3effc3bf411c5997e2af40e3a3e2f8996e863a 0.25 MB 786 248
206,912 206,912 000000000000041f041549022c09e3983ae0ae88281a80394974433c14002ef3 0.06 MB 184 83
206,911 206,911 00000000000000d3cc669d27cd4876b245826000add089f6c13f69b3c1e379c3 0.08 MB 128 196
206,910 206,910 000000000000031f137366943209550b24a6e512706b6a8739ce56a7c4c11498 0.06 MB 142 202
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.