Memory Pool Memory Pool Refreshing

3,659 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (584,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,235 323,235 00000000000000001baea41166062e756491754802c38e0f020a47f49789efea 0.51 MB 728 22
323,234 323,234 00000000000000000690a15ac28842d80235c6c7636e4fa40b45e4cdf164681c 0.62 MB 750 23
323,233 323,233 000000000000000015ecd7feb009048fb636a18b9c08197b7c7e194ce81361e9 0.75 MB 994 23
323,232 323,232 00000000000000000786f163154267467353b76e0491261bf0184886fdc398c4 0.75 MB 2,067 41
323,231 323,231 00000000000000001ec658364b6e406bbd2fd61c8dc547c794ff918071654825 0.16 MB 210 20
323,230 323,230 0000000000000000085b85b2f1da4e6ba3e0a3e969a8a2ac51765c9de2bf1481 0.13 MB 206 33
323,229 323,229 0000000000000000084c9e71a33f2bd388722bc997679b59f8dbb251776d4554 0.27 MB 472 27
323,228 323,228 00000000000000001a4baec9dbc930441fcdb7e68499866a916d8c8184d4730b 0.02 MB 44 32
323,227 323,227 00000000000000001e09765716da069e4eced1e4c9c90887363b4e5f10f36ee0 0.43 MB 729 28
323,226 323,226 000000000000000000b472ab48d8be94698c903985de2eeac886cdd79e8ae21b 0.29 MB 539 42
323,225 323,225 000000000000000007cc2e0a3872a484c3e764a66383f014b39a91838a559055 0.12 MB 90 12
323,224 323,224 0000000000000000119720fb64e9b3eaffc0de8c11bfa678f863010ed530ad7a 0.54 MB 1,025 28
323,223 323,223 000000000000000017ac1106066c3e7245f80e43fd9c799056c723f12d4a16f7 0.10 MB 161 26
323,222 323,222 00000000000000000549965514d620ead43b7d24c95552e40a5c6d7fee279755 0.51 MB 867 27
323,221 323,221 00000000000000001ed04ca865e964731429d6a7e2d2e5db75d090d4ee31103c 0.31 MB 418 17
323,220 323,220 000000000000000017da8d0833fc8d529bc65931343ef16e909f13c812b266a5 0.10 MB 256 39
323,219 323,219 0000000000000000068aab8485f3592b34fb131d1a38a483bfcc9a9104181fca 0.75 MB 1,320 27
323,218 323,218 0000000000000000177d8f91339393855683db5155b15b46f835bdf3dc3a1894 0.00 MB 1 0
323,217 323,217 00000000000000001ea8dbaadda48b4259ae6caf2d048970335eee264d5f92d5 0.17 MB 298 19
323,216 323,216 00000000000000001ba5718ef374b55f9281ba262aa9bafe75a552cd7749c7b7 0.31 MB 508 25
323,215 323,215 00000000000000000d3a187444883d940e7394a7ec84d82a7a8a41de9a2ba02b 0.06 MB 66 23
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.