Memory Pool Memory Pool Refreshing

2,829 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,238 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (700,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,951 206,951 000000000000037cf4f169aa3245cf9ab34821b366b4aaedae4f2f67dd88e149 0.10 MB 235 172
206,950 206,950 000000000000035f163fdae0446ff38dedf6ca34e94b8afc458aa69105c24aa7 0.06 MB 77 41
206,949 206,949 000000000000000d42cf976c3759b5860f70d36de1f082e2ca69e0418b733ee9 0.25 MB 470 181
206,948 206,948 000000000000023ba15fb7c727c99252eae77646a23a5077ecc8b77579aa8c38 0.21 MB 402 197
206,947 206,947 0000000000000056b61de90e3e962d7e857e81544bd3b2edf71b524715ee0e34 0.12 MB 242 208
206,946 206,946 0000000000000027e5a1babdd8792811530f76a92c73984a81311ce6c4d3b9ea 0.01 MB 31 134
206,945 206,945 00000000000001bf02240ff62accefb1f1a65238eef69da24dc31edffa4c0233 0.05 MB 110 84
206,944 206,944 00000000000002c9ffbab75b9385829cd2bcee2014816116f8193239916460f4 0.18 MB 420 178
206,943 206,943 0000000000000194b2eb4a8bc7c7aa777e14df56232a9f0968b446313a2961d5 0.35 MB 713 154
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
Previous 10 blocks ↓
Total Size: 769.38 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,644.22 GB sent, 94.87 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.