Memory Pool Memory Pool Refreshing

6,575 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,659 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (3,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,377 904,377 0000000000000000000086aec51a8d2aae0cd041dc9ac1fbe59a2c7c1d3c8e71 0.79 MB 1,459 2
904,376 904,376 0000000000000000000267838eea63dfa7f10ae59191c61651e5e6ef608e8410 0.67 MB 1,090 2
904,375 904,375 00000000000000000001cd7f7fcc14bb99338fd6d2e22dd8dd4011f2ab5adfd4 0.92 MB 1,153 2
904,374 904,374 00000000000000000001df8fd67e4561e8b5e1e3e66bebe16795dd3bfd4c8ff3 0.17 MB 41 1
904,373 904,373 00000000000000000000caf3010a3031c3f4c68efe40448982e14f5ea7c0c06b 0.31 MB 720 2
904,372 904,372 0000000000000000000153f4c88949806cc7a6a9262969d1f867966eb747a0db 1.43 MB 2,373 2
904,371 904,371 00000000000000000001a54402deefc279eeba54cddb828b9a3b81e9e6578473 0.57 MB 918 2
904,370 904,370 000000000000000000009b54bd6ee739c922f65998b514299d4b7fbc6af92126 1.58 MB 2,972 1
904,369 904,369 00000000000000000000465a58cb6e2370cbc942aa42b5129a408d1a954a5731 1.55 MB 3,472 4
904,368 904,368 000000000000000000019e13eebc0e038efa220000fdd410d3d66c1676cc2f41 2.12 MB 126 0
904,367 904,367 000000000000000000022b774404882b1ec8fe8c1916a18584578e91db2860bd 1.36 MB 3,022 2
904,366 904,366 00000000000000000001e0e6888b75a8ac1eb293b5654553fb69c2e408adeb1d 1.21 MB 1,948 2
904,365 904,365 00000000000000000001a697e45f7c81809818ac614f8c7e2e59db916963d8ad 1.86 MB 1,681 1
904,364 904,364 00000000000000000001f14bf9b822e1720585890586cf112c74866b47cc7417 0.52 MB 777 2
904,363 904,363 00000000000000000001346cea6f2be3feaceabb0419f9f33f6d143a465ff1e3 0.15 MB 392 2
904,362 904,362 00000000000000000000dbe26aefbf963c54ed4b4d85422458f0efb5bfd71878 0.89 MB 1,979 2
904,361 904,361 0000000000000000000129e1540355cf2e17bbff254ed5de09f5809168f89444 1.77 MB 2,144 1
904,360 904,360 00000000000000000000c35163c338b52597fc68e98253d416f3ca95e373844b 1.61 MB 3,170 3
904,359 904,359 00000000000000000001dceb6786fe1f729e5cf4775bbe4821693956c9557cac 0.34 MB 772 2
904,358 904,358 000000000000000000019d2f600f2a0bf07d65f5ae80c90f8a3057a317b1f60f 0.51 MB 1,067 2
904,357 904,357 000000000000000000017c24019c5bcaf040c65731adc12a38b1032f404e2402 0.89 MB 1,517 2
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.