Memory Pool Memory Pool Refreshing

3,301 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,288 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (370,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,276 537,276 00000000000000000024162b7dcb8e8cdd6989ce9426ff99505909fde36bda71 0.55 MB 1,033 14
537,275 537,275 000000000000000000193734b7065337617327e8745afc9dfbe2e76fff85230b 1.22 MB 2,579 23
537,274 537,274 00000000000000000014d829d3b5659f5039ce2008854c5af24495944f848d3d 0.20 MB 370 42
537,273 537,273 0000000000000000000faf86a48966aeb3025bf1dab51f1f0b25641626770eae 0.80 MB 1,424 22
537,272 537,272 0000000000000000000190c9cfce2abdaa6d8c751e8ef00f5e59811b6a63e85d 0.05 MB 126 19
537,271 537,271 000000000000000000211500165420372fef6b0d74433b6b8c4fa189fc41b41e 0.17 MB 150 8
537,270 537,270 0000000000000000001ff60008d06cbee29826148b4d1c947d72fb2ea1934db2 0.39 MB 779 16
537,269 537,269 000000000000000000269b0d2993fd4eaf0d67ff9242d2e0d7cb93264d79de55 0.06 MB 149 33
537,268 537,268 00000000000000000014fd512de48a6df0c8283bc5da978bca2beb1a88834cc2 0.76 MB 1,574 21
537,267 537,267 00000000000000000009cddba95589b07205f8092ca75452603db84a882aa176 0.89 MB 1,922 9
537,266 537,266 0000000000000000002831169ff96ba85fd1608f3b2a8c438d01c64bd72ccc0b 1.20 MB 2,988 29
537,265 537,265 00000000000000000007c50bd89007b39ac7486fc0325e9f75d491c4b16e67a1 0.61 MB 892 3
537,264 537,264 0000000000000000000e9048461ca338b47abb4c1a5d759d7034670490a6e870 1.22 MB 3,125 20
537,263 537,263 00000000000000000023a80e9321d05b1c8d2313c93592a6c58e4290425156a0 1.27 MB 2,966 27
537,262 537,262 0000000000000000001dde81cddbdf7ccc75ef1482273058ec10515c7c7c5094 0.79 MB 1,646 16
537,261 537,261 00000000000000000015673c09bf00c47dc62539b0c8c00af8e463b82d32cb9b 0.77 MB 1,784 21
537,260 537,260 0000000000000000000fabf3a8521755be60599dc1cbcf365baf04d96cb70e69 0.53 MB 1,274 19
537,259 537,259 0000000000000000000160a98465cbd7fd59683caf2260556b60a2d47e6a37ad 0.03 MB 97 23
537,258 537,258 0000000000000000002a8ccc1829543df8802309ce357080cce08c1eeb0c0b17 0.99 MB 2,109 19
537,257 537,257 000000000000000000035384ae6d9ce8214d7551abef21a642bd5d6153b45dc2 0.13 MB 313 34
537,256 537,256 0000000000000000001508a30a2ec94369f5792cb1d527f8c1a3f27888acfa63 1.04 MB 2,549 22
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.