Memory Pool Memory Pool Refreshing

2,340 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,331 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (695,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,615 212,615 000000000000043212a9b0968cb5c7661b77f235b1be304f602c283b3bc5d37b 0.08 MB 196 141
212,614 212,614 000000000000023336180e5d11b282b3e707865b05416f58e2c94a2b36342f7c 0.07 MB 128 92
212,613 212,613 0000000000000295f95f5fe48a15f7851eae2cdd84385fe7d80c0b9a739e5ce3 0.20 MB 405 126
212,612 212,612 000000000000043486644771315fa1033edf7dc83c0cf4a6d58cb3c668558236 0.23 MB 424 133
212,611 212,611 00000000000004ab2bbf61d810a7d2725fc2c7ea6562dac7d82af71f3d7a1390 0.20 MB 621 237
212,610 212,610 00000000000002494ec9390ff0301689845a17753fe3c275c5365c6af416e3f9 0.08 MB 135 144
212,609 212,609 00000000000001d0ad7fc4687a53bfd17dcdc41edce175ca5e33df447bab1854 0.00 MB 11 185
212,608 212,608 00000000000003cb81eb1e345d5a555fcc86d8961b7f5da687d24dad8b8d6e67 0.22 MB 419 101
212,607 212,607 000000000000000c2e8de0eeaa74cc5a8d8fa987e54378b310ee7840b5c19c9a 0.46 MB 794 76
212,606 212,606 00000000000004a6602f09f4e4c15898a0845a8b00242aa382fa608e45bb59b1 0.14 MB 250 129
212,605 212,605 000000000000016839f7e15210c34d6c6df35d7cdc7199a2206643039dfeeba3 0.10 MB 250 185
212,604 212,604 00000000000001e0a77e50236c20d1e7d46a3ebc42a5eba6bc89141107fda7df 0.42 MB 796 158
212,603 212,603 00000000000002e8d7fe8c35f7577c694c8d4210a5a3b2182606314aa378ed49 0.13 MB 291 161
212,602 212,602 000000000000028258ec83fab93cc392f067d71ce30e1984baf7b67179402bfb 0.25 MB 538 170
212,601 212,601 00000000000003c81d2051c6957fae2b8265b6175f203d4372899c90d9345f38 0.25 MB 541 167
212,600 212,600 0000000000000477cd7b57c21142f99b1ae05630cebfdb3aedf48f693223e940 0.18 MB 422 180
212,599 212,599 000000000000048a0b949a844c0ec3c4ac28912a5c933556b9f107fc74b44d92 0.40 MB 1,007 176
212,598 212,598 00000000000000bf5f1b19acdb0d5c70bf31351ee359d4dc3120aba057c11d40 0.25 MB 571 164
212,597 212,597 00000000000004cfadb50f4f0c4a2c821aaa08e5de4242203739b40ad3b64b39 0.05 MB 149 261
212,596 212,596 000000000000030b772a7c4a4715a2c1518478801bdafea90fd996b2bdd81de9 0.23 MB 546 191
212,595 212,595 000000000000003ef01264f2b6e79515eeb371dfa1b75d69390d92eec9279046 0.17 MB 282 133
Previous 10 blocks ↓
Total Size: 769.10 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,629.20 GB sent, 93.41 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.