Memory Pool Memory Pool Refreshing

5,694 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (782,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,426 125,426 0000000000000e7c69d197c2327ad2014e3e9653439a01cf815442d9e5a550d3 0.01 MB 15 0
125,425 125,425 00000000000037ba47e951564bf9040cdaa245d4e46b7a56f3c7292580c56bb0 0.00 MB 14 297
125,424 125,424 0000000000002ee132fe3f5baad822311d6cbf16602a2843078e09885e849ded 0.02 MB 50 1,632
125,423 125,423 0000000000000113c079d88f36c5ff0829ecbc6dce0d7f4b6db96b9b406565a0 0.00 MB 13 224
125,422 125,422 0000000000000e08a64ade907d90842bf3b347d07c1f1566c97185ae10fb2ada 0.00 MB 9 2,149
125,421 125,421 0000000000002e6a4d0249d00c675aeae5ce3b9120bfd94cd5f9ed896c72411b 0.00 MB 12 0
125,420 125,420 00000000000017edf5c37dbb56f02a80e65ef16716b87118e7ba0088a1838b47 0.00 MB 10 641
125,419 125,419 00000000000040acb91e4027ee60f5445935cde8e408927260f2bfc1514cf8f0 0.01 MB 20 70
125,418 125,418 0000000000002320f7c4da3ce096bd6586ae4531515aaa15376afefda0ff8d53 0.02 MB 35 660
125,417 125,417 00000000000039ff3e13f9e924b3e5cf37a082a66178699d413fcbcfa0b7c1e9 0.02 MB 56 1,768
125,416 125,416 0000000000000c620131b7119b7e34a66679e6ef0855e521cc161173ab7f31de 0.00 MB 7 268
125,415 125,415 00000000000044988ada9e70ad265be763dd20e24bdaf68aa1493f87f894929a 0.01 MB 29 912
125,414 125,414 00000000000035a38790dffd95c3a4b86f11f20cc799ef7c4718b3f5d7d3c0e6 0.02 MB 70 2,273
125,413 125,413 0000000000003da64ce0b60667d21e1c3c5f31a9985ecdb950bd4c9ff1a94513 0.01 MB 22 823
125,412 125,412 00000000000035dc1e15315c65ed5727d7ed922c04ac06a196003c604e0c49dd 0.01 MB 7 88
125,411 125,411 0000000000003cd3aee22125e1c8cbba576e6f8422070ef26f7bd42720426c3c 0.01 MB 10 416
125,410 125,410 0000000000002c341ff6c0adf0a6d0ca11f1c0888a7e43638148f1076ed51e2b 0.00 MB 13 0
125,409 125,409 0000000000000831f472e8514667d310ef17551a626e16c1ee93166cfebd137b 0.00 MB 11 482
125,408 125,408 0000000000003cc913fb9fd8f3970f00fb50ed22f4f533b07c5dbed9c2b0655d 0.00 MB 13 318
125,407 125,407 000000000000139abda7fbcfcd79a2df28c5d489e1a23ad52753e9cd321910ea 0.01 MB 28 482
125,406 125,406 00000000000043126c362a7859330f2aa8dd3ed33cd6476c68fda64587aa584f 0.02 MB 17 374
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.