Memory Pool Memory Pool Refreshing

3,976 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (737,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,088 170,088 00000000000001639e49f0a07c53d19686f500005e11b3c29f538d522a28e8ad 0.03 MB 89 100
170,087 170,087 00000000000002a9641e0ca92c005f40bcda4df407c804c507e0589973aa3ca3 0.01 MB 11 0
170,086 170,086 0000000000000a5efb4e9410715e85310b6a4785ad9887ad33e71e6c50340ecb 0.04 MB 75 283
170,085 170,085 00000000000004d185149981804b75c0a217250551a338e8a8eb30704805245a 0.00 MB 1 0
170,084 170,084 0000000000000583a710132c1f3ff39bdefa6cb593276231bb76521eb4c35c3e 0.02 MB 34 164
170,083 170,083 000000000000095988a6b10f4feb90edd1a566dd4f0a3e9753e1e9098295e5d3 0.01 MB 35 177
170,082 170,082 00000000000004edf2ab732e77837af1511b26bd2f96118616b958233e5eef21 0.00 MB 12 77
170,081 170,081 000000000000058a50061947e447cb62d3acec5a460fab50c2b00018284dfa14 0.02 MB 41 129
170,080 170,080 0000000000000483f0f70a96d223d457f31597ae5ab733940f593e1976900881 0.01 MB 13 17
170,079 170,079 00000000000004c25a84f8636ab4fe31607105aef39609f305c7df07d20fbf02 0.04 MB 91 61
170,078 170,078 000000000000015e369abb841f5ebf3adfde19dfae000f548c6191b91a5b3d04 0.02 MB 37 25
170,077 170,077 0000000000000665277cea209ebf02236c04968238770b7f09cea5872a8f3da4 0.00 MB 10 690
170,076 170,076 0000000000000222c2bd4cbe61b0d7830b68a8415bb36f34fb42fb48caacb69d 0.02 MB 67 449
170,075 170,075 0000000000000818c08374f7a83e5c2d9eef3551563ffa14a79788bcbe3dea16 0.02 MB 59 130
170,074 170,074 0000000000000315b95a3c4527596fa9f081a247a95dcfe2bb4f028c0c56df34 0.02 MB 37 93
170,073 170,073 0000000000000106e4054de3acf8f1cd3a966e008cb47eab8c4a74124cb0a841 0.04 MB 90 79
170,072 170,072 00000000000007f7d16a5f72dc1b89e23380e1886563d0e05c90c96e365707c9 0.00 MB 1 0
170,071 170,071 000000000000087a33b89bb1d0bd3ed95d5b9443acbe25d3fe2157e5fef2c726 0.01 MB 15 44
170,070 170,070 0000000000000ae20ffec1f6f8b1d8face3b328b0f850a6eefbd42057e62da35 0.00 MB 10 27
170,069 170,069 000000000000078a0ecbfb62a3b8a7760ad37b1d6478a0913dbdfdbdf4fbc4df 0.03 MB 87 283
170,068 170,068 00000000000008353651d78229ad055a4c33be306287d3d67650ef08dd6605ae 0.04 MB 129 34
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.