Memory Pool Memory Pool Refreshing

404 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 401 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (572,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,743 335,743 0000000000000000039cc6987625b4b44b2054016b31b777eb75ca1fa1e33b24 0.22 MB 401 26
335,742 335,742 00000000000000000def81a375f5579698286351fb3392d2e71c0345c9aa16ef 0.23 MB 409 22
335,741 335,741 000000000000000006f3f7cf54ad6d9eaede4c334f8bbc43450925adadb43617 0.59 MB 985 25
335,740 335,740 00000000000000000e3db6f4a8891381dddff14598977fe7504af2433f0241bd 0.05 MB 108 26
335,739 335,739 000000000000000000cc9ad886d0f1013eb673e7f0b681e486ddb8efd0b466cc 0.12 MB 223 27
335,738 335,738 00000000000000000b3c5a74cc0abe2c25a609cb447ef005684ad93f1866277a 0.02 MB 55 25
335,737 335,737 000000000000000010c28f2b7a99144211a286dda31ad61c5d1759e86ab47552 0.14 MB 255 45
335,736 335,736 000000000000000004444f359a3be850bc99fd61a46cb4f6fd82c862881b2d62 0.01 MB 23 25
335,735 335,735 000000000000000008f6a213e60f2d73123b98d2e59cca4d92b6051eb73a5ca4 0.05 MB 127 28
335,734 335,734 0000000000000000143f4e54509aee1b252a55c27c281b36eefc7dcf44da81f2 0.18 MB 397 27
335,733 335,733 000000000000000011033264e04dbac07bfd9a522f2e7bac16dc3a9243e2d5e8 0.33 MB 519 20
335,732 335,732 00000000000000000afc649ea58b85ed0f62139eb5761aada82dd629609d07f7 0.12 MB 352 35
335,731 335,731 0000000000000000177e2d833dd3f67bf3ff6b61768584244d599f8a5b3a575f 0.12 MB 103 16
335,730 335,730 00000000000000000b0c0361ae60da144f42bf0b220595b9417005cbc0e59345 0.37 MB 524 20
335,729 335,729 000000000000000012742ff5b259440c8c76a4cad862a3435b8990935b414f46 0.06 MB 134 30
335,728 335,728 00000000000000001a5c49f6564efab72469fd0cd87d6567f6f2d7dd45107aeb 0.14 MB 269 18
335,727 335,727 00000000000000000f5aa60b3c1614f797c69e9e9cfc585503e696e800a0c3dc 0.19 MB 357 25
335,726 335,726 0000000000000000134d78efd7ec5177d974ff2569e84e9b68f18761010b0103 0.08 MB 170 24
335,725 335,725 000000000000000015c76c4e6f105047624a283a008e365cdadba8f537992195 0.02 MB 41 16
335,724 335,724 000000000000000001642737df1c5532fc85f87795e63b5038db6463876e8e34 0.22 MB 430 23
335,723 335,723 000000000000000019bf9ea00bc91f40fea6b2b27ce53412401f764ec14bf7d0 0.47 MB 607 19
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,628.95 GB sent, 93.40 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.