Memory Pool Memory Pool Refreshing

14,483 transactions
14.46 vMB
Show Random Selection Loading Transactions
Max Size: 67/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
882,539 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,325 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,538 (1,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,275 881,275 0000000000000000000186bdbf78bc27e8eab2faa1a14a37bf1ece738551f8b8 2.01 MB 1,438 1
881,274 881,274 0000000000000000000135ae5ce977fb91fd7bcfa1ea43cea39b98cc6ad54fdd 1.84 MB 2,598 3
881,273 881,273 0000000000000000000105e2f13e05ac4d24206010d2316d6707c294e9e0f9c1 2.21 MB 2,001 1
881,272 881,272 000000000000000000009ce8dffb710eaaf5722acc0000cc6417e77bb742d1d6 1.65 MB 2,739 2
881,271 881,271 00000000000000000000f46a50a7ad19dbd98cb3f0054b99476077d3c1c1a55f 1.55 MB 3,856 4
881,270 881,270 000000000000000000025ac14538d25edea860d60d9bbf38f71e24d4268e0d9e 1.55 MB 3,506 7
881,269 881,269 000000000000000000011c917bf71384f40e6e682314709da7eaec71d5de84bb 1.58 MB 3,635 6
881,268 881,268 000000000000000000028271f93f4fec5dce8669254a13ab4b3197f21484d29e 1.49 MB 2,960 17
881,267 881,267 000000000000000000021529ea2bfee00944e9af0867f9ca11cec2f04b051d81 2.28 MB 204 1
881,266 881,266 00000000000000000001781b086a8fa4ede21a1e597e8f1e7d8920009dc333fb 2.25 MB 296 1
881,265 881,265 00000000000000000000e063b9993716785727d6787c5381f901fa5d0ee85298 2.18 MB 1,422 2
881,264 881,264 000000000000000000002b4ef02c233175d09bbaeaaee24674e4c48f2af36367 2.17 MB 381 1
881,263 881,263 000000000000000000025b10b17b8611bbb2410c27a7b61f1bf5c0b70b1cf4f2 2.12 MB 1,372 2
881,262 881,262 00000000000000000000de75a3430603c227669fe159942a4d0dc5f42c83839f 2.13 MB 167 1
881,261 881,261 0000000000000000000035ec35a52fda5644935fec9f5e7898af0818095d4044 1.74 MB 2,612 3
881,260 881,260 00000000000000000000d1cf7b4b1ae32ec97ca2298c3e37b63848d17c8932d3 1.54 MB 2,588 4
881,259 881,259 0000000000000000000149d01d4e9f26c8750576ebe7aa4f8addbf23490484a5 3.47 MB 554 1
881,258 881,258 00000000000000000001a73df3e92247360e956bba8765d1cf2fd8933d136eee 2.16 MB 2,446 6
881,257 881,257 00000000000000000000317177f72e0b9a88f7e4816dffdff8301a80d2dea5f0 3.13 MB 862 1
881,256 881,256 00000000000000000001ccceeffc3f8df528fe58b8ace90aa73e5456377de36a 2.81 MB 1,555 4
881,255 881,255 00000000000000000001775bd6ff06bd5dbe0ca9176c147c959b0011e6d0f8f7 1.59 MB 3,744 5
Previous 10 blocks ↓
Total Size: 723.54 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: 2,102.50 GB sent, 80.36 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.