Memory Pool Memory Pool Refreshing

12,226 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,213 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (571,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,760 335,760 00000000000000000b118643770c91cc97af5864ea5faeb16857576bd5bfdca9 0.20 MB 357 28
335,759 335,759 000000000000000008314418994f5a1c2237a7fa775b38afdb8f025e1733a263 0.26 MB 502 27
335,758 335,758 0000000000000000061b1ed27a29f60f8b0cd493a2f0c784c28cb96b1b8a4c27 0.10 MB 211 22
335,757 335,757 00000000000000000facb5aa126016303036aeab62a58c32b882c656bf7ba8e7 0.23 MB 406 23
335,756 335,756 000000000000000008269f46c5f5e8e61d978a2eb3f9a3b8e18e81e0993cb534 0.13 MB 268 23
335,755 335,755 00000000000000000e1e87613988f9d0cc2c8d8d9ad687bd8ff3b7a1dca35ffe 0.47 MB 622 16
335,754 335,754 00000000000000000e00ab8824732dfd91039ce7c8c96249d23038d194382d63 0.18 MB 367 29
335,753 335,753 000000000000000014a20c4b012fc753819b5073b2a066de4aed44f0cb8a1e93 0.24 MB 590 29
335,752 335,752 000000000000000001192831b5125b011517207ec5d55db83461072cd98a52e0 0.34 MB 421 17
335,751 335,751 000000000000000009ee74c08290df242d0588afe63a380f74ee873b4a32b36f 0.75 MB 1,367 25
335,750 335,750 0000000000000000140fe82a9d7bf48c2d4d95e7fe4e3410299ca5aaf187f1a0 0.13 MB 172 18
335,749 335,749 00000000000000000298c38bdfeffb19b875beee20ed67aa9eb04bdbf610aac0 0.11 MB 199 24
335,748 335,748 000000000000000004bdf701b5a7140a933b5cd94f2ac63d8ae348b7cd2f5cd9 0.08 MB 124 22
335,747 335,747 00000000000000000b7fcec1a74885ca3e643d7f282f0a8a2e9d7f651a1e6885 0.20 MB 394 26
335,746 335,746 000000000000000014dc5839387ac9a9c090afd48fb4b0430cbdc41edd62f6b7 0.30 MB 403 18
335,745 335,745 0000000000000000040d4c43bbe94ef7e07326ee7972a1039c2478d132844c09 0.75 MB 1,721 29
335,744 335,744 000000000000000007cec7d7423237e8b04ae31c4dbe8e79bf27a85a4cc2dcb3 0.02 MB 37 26
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
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.