Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (3,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,384 904,384 00000000000000000002619be48a1dcc6a9d6b494c8205480020fd0acf102441 2.18 MB 834 1
904,383 904,383 000000000000000000021f070b284cc9d705690ef91cd8eaf97ed9079594a948 1.60 MB 1,895 2
904,382 904,382 000000000000000000020889ceda7631e8859551a57a862e2df24709accb32ab 0.46 MB 854 2
904,381 904,381 0000000000000000000262ba9030b29727e2adcc6965a7096b8c1446f1fda913 1.99 MB 1,020 1
904,380 904,380 0000000000000000000041887ac44862868cb848c87c8027b9f6c2416303b0a4 1.19 MB 1,935 2
904,379 904,379 000000000000000000015a1f402005d59da3760544fb3512256e6aa55ee7bb5e 0.02 MB 37 3
904,378 904,378 00000000000000000000b749023f2096793aefef137799ca9bc0f49a1f4fba9a 1.98 MB 1,191 1
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
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.