Memory Pool Memory Pool Refreshing

19,761 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (700,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,942 206,942 000000000000030e2bfff71c04b7002b620416fbdd85f6bd4c10e47282ece0f2 0.05 MB 108 110
206,941 206,941 0000000000000182cafb2167a2624628f0fbef8c7acb8b4e1228b975f8646fc0 0.24 MB 608 211
206,940 206,940 0000000000000191d61ad8e39eba12669fcb587e9c9b13fb6a7262ee1cb13d6b 0.00 MB 9 334
206,939 206,939 0000000000000372bd66ae2a81ed5e727ed3c73ff81d11ffd60295ff6cc56116 0.19 MB 501 222
206,938 206,938 000000000000014c1cef4ef31b3f7a87cf06df2682eefa44416185753cda9035 0.03 MB 77 60
206,937 206,937 00000000000000a7e2d12c6f0536d621c76ebd720a754fc1a69c747cb293e0a5 0.17 MB 381 170
206,936 206,936 0000000000000007626673685bf4277574605cec7b910a06dbd97d25949cede8 0.28 MB 750 215
206,935 206,935 00000000000001ef614414bf5f3d7e5da663ae5cd3395a4fbe22377bb3041b5f 0.05 MB 135 336
206,934 206,934 0000000000000471c542889416f71ade70aa02ecd15ad1c16d7202bde731cd21 0.04 MB 94 207
206,933 206,933 00000000000002c96f814ce66afddee7ad77ced7853f5a2415f2b080833b0024 0.07 MB 147 129
206,932 206,932 00000000000003c58882163217aede3407fc99f903f25dcf8120202accba89e3 0.05 MB 175 1
206,931 206,931 00000000000005027923c2eaf0e74d3c0f844a3e493f10b7f8501783c560caaf 0.25 MB 556 173
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
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.53 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.