Memory Pool Memory Pool Refreshing

8,274 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (794,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,936 113,936 000000000000569f8ac1b030501f6b1a0c7f957ecf1eaec26e1916c5bb141454 0.02 MB 105 42
113,935 113,935 0000000000002d96f3c934ebd89936fc2f96912f6577d10b3da9f7d63c056ec5 0.00 MB 14 0
113,934 113,934 0000000000003291198438216110e271d309190f6c534dd18652df1493b397a1 0.00 MB 14 0
113,933 113,933 0000000000003b6beb55817f2a03e8e4227910a913d48baeefabf77cb11a99d5 0.01 MB 23 0
113,932 113,932 00000000000087ee840fd3d41ad5d3290c605456e32b1b85858adf7e96f345ce 0.00 MB 12 0
113,931 113,931 0000000000001372c6e57113fa1aad942df9e0d6f05969e12003156a8b5d7fe9 0.01 MB 17 658
113,930 113,930 00000000000049689f985e811f1acd2ac5230e5c4d420e02df387aed940ca578 0.04 MB 177 0
113,929 113,929 0000000000008b343636b7c06ce5524a8a9a4daf95f4b6dc545ae56c81ede9a0 0.00 MB 11 324
113,928 113,928 000000000000c6a286f5f2d4341b57ff1fc470f6992888f898d9d5a106ed1929 0.01 MB 45 529
113,927 113,927 0000000000002509ddeae0914a4540ab9577287cfec23a8f734ce2508335cbe0 0.00 MB 12 0
113,926 113,926 00000000000059e8ce0f4662263e6b737e9e36a386f79be324117621e04c16e7 0.00 MB 14 0
113,925 113,925 0000000000005358ba856954bea2d5e70882f27447c07207c4865bbdb2188359 0.00 MB 8 717
113,924 113,924 000000000000646cc60f83b142b4d092837c2da77c7ddfe261b60413c7601b07 0.00 MB 10 464
113,923 113,923 0000000000008f906ba6412bc7bbca04d365984cee6f95043dca613c7a1ec871 0.00 MB 11 0
113,922 113,922 000000000000260b17f0b37a293a8db7f86ae5c64085907e9005388e81ce7d5a 0.00 MB 9 620
113,921 113,921 00000000000081afa5fcdd0a76ed8b6f1553292b696d5bafeb5ad452aec3e710 0.00 MB 12 0
113,920 113,920 00000000000062d24e9f29b087893997402bd8a459c2d6dcec0f085902e299f6 0.00 MB 10 296
113,919 113,919 0000000000009cf0ba2fdc30326e0e3d035d6992f6ea65564b3a0087ef5286e7 0.01 MB 27 122
113,918 113,918 000000000000aba54e22f8f0789a514ce875988ad414ef55cae5e89d47a7f20c 0.00 MB 12 1,366
113,917 113,917 0000000000001516612e44a4522cdbb4173f1ab6fb4a5182e6b3f9ed980fd92a 0.00 MB 3 0
113,916 113,916 0000000000003d815c06fb2c34a244fc22a2bed0de5e242e1709cbde76faf347 0.00 MB 8 49
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.