Memory Pool Memory Pool Refreshing

2,682 transactions
1.32 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
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (739,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,643 168,643 00000000000006cdefde72693eec8e06c4eb7cecd3599566a21d53d71711a89f 0.00 MB 12 49
168,642 168,642 0000000000000a896cd8b218a832ee2c5b2c1c5836d808f298a2a9cca4c396f6 0.02 MB 46 50
168,641 168,641 0000000000000288f37fa058070efd1d381cb8ecd0449b35f416d947cd93e3de 0.02 MB 47 28
168,640 168,640 00000000000005b23ee24b684b54afab22b047c75635a485b230cf7ce8212dd2 0.03 MB 45 72
168,639 168,639 00000000000002883285eaec7a0ef2d9a870ee6dc69474bc162370f083eab0c3 0.02 MB 30 122
168,638 168,638 000000000000078088ea1f748d6ff6aa70accee703d2a8e4211c7ec36b50809a 0.00 MB 13 63
168,637 168,637 000000000000049f7b1b70477c3ed567b3162ed0c17f378f0aef16ca65d3ebb1 0.02 MB 25 504
168,636 168,636 000000000000012ea220e930fbb0802830830ed32ae7b4bb59dd07a91a56226c 0.00 MB 1 0
168,635 168,635 00000000000002c47d447ea66ebf9aeb9a7adf2d7af023d62fd8e1544b8c97a0 0.01 MB 12 42
168,634 168,634 0000000000000b836b926fa441ac1ed3a157a8e01e943767ed562ad58d54055f 0.00 MB 15 37
168,633 168,633 00000000000004c2d4c445a7d6328daf44e6bfbec5ec32b1c1868c53761c33f0 0.01 MB 34 5
168,632 168,632 0000000000000922d23b1521805592edf271e8bbbe23a99d2df50c8f09756c48 0.06 MB 68 157
168,631 168,631 00000000000009eeeb53c393919c8004ac13acb8bfcd6d41dd631e18972656d8 0.01 MB 40 281
168,630 168,630 00000000000006003d48dd803e0233fb8d118eb49befa1c6ac84a82d02e6f1de 0.02 MB 46 53
168,629 168,629 000000000000065ee79374bc1e277bb59f92bd37f324873e6d172a151a190815 0.02 MB 11 974
168,628 168,628 0000000000000ba002a89af1ce3dc0ca1362086ad4a6d989f8268d0954d92080 0.02 MB 31 271
168,627 168,627 00000000000008dcc77a52a91bdb8c29f13c13247bfb3937ac6da84499460e52 0.04 MB 88 0
168,626 168,626 0000000000000248d6113eb12d6f8c3438ff5aa16baf0e7bb97f72874bf61393 0.07 MB 83 235
168,625 168,625 00000000000000f24ca42a730d1b048161ed89b89458b3810a96ea427f98f9d9 0.01 MB 21 84
168,624 168,624 0000000000000b3d617b60717776b731e667d15f0a168d889b213af6357e52e6 0.01 MB 22 2,434
168,623 168,623 0000000000000361019f2fa699ed1e7afc18a76ce259a178fbf046dc9c279d36 0.01 MB 41 199
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.