Memory Pool Memory Pool Refreshing

4,872 transactions
1.50 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (741,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,517 166,517 0000000000000543457ad62869dffcaf1468e45cb45724f201ab9aad2b51d555 0.01 MB 25 351
166,516 166,516 00000000000001283515688918b9bc03a6231bbd242b901dcd2ed64a2a933d58 0.02 MB 44 78
166,515 166,515 00000000000007fd4fb2fbd18c7fd576410b88b864b12eeadbc3464b72b0522f 0.02 MB 35 86
166,514 166,514 0000000000000953efff2d15515a5bd2bfcc7c4d6eaffcce67eca4aa844d23f2 0.04 MB 114 46
166,513 166,513 0000000000000213b2059b79083721d0f6c18d48c6e64c7a76d08abf9d41af13 0.01 MB 33 142
166,512 166,512 0000000000000097394ea9a6cf85d1de1d9e0eb05934b440ea9d60939d918b05 0.01 MB 32 102
166,511 166,511 00000000000009f23511f770b59b7b37a82513457c3bfd5b02e15c69f415d47b 0.05 MB 75 94
166,510 166,510 00000000000005387718570570ccc0fbfc8f455661135ad68a397e1a05bfa316 0.03 MB 83 73
166,509 166,509 0000000000000aa50ae1ec4a0de273ca4d3764a6766bb170874de28ad443bada 0.03 MB 38 64
166,508 166,508 000000000000076c84d0bad490b5427784e17ba2a2545c574460fc3c88b54a17 0.05 MB 79 6
166,507 166,507 0000000000000786286c1b1cbad630614512c053a86b75e07f9200d174c3ebc5 0.06 MB 115 105
166,506 166,506 0000000000000aa7b2f5edbbee4adf6f91ed3926e669d057135fa75f9d3eb9c5 0.03 MB 67 39
166,505 166,505 000000000000089d506148fadb0e40c39e53a02ec26a1cba327906f32aff741f 0.03 MB 64 69
166,504 166,504 0000000000000b9837833d4503e256f3494b175e3949e654ca1f529a99194c5b 0.02 MB 78 0
166,503 166,503 000000000000005092e1dbc1a1c05531bcc0decb58090d6190baaedfbe34821a 0.01 MB 21 818
166,502 166,502 000000000000004b5cc436d964f18fa172148af68133bf01ae0218680cdc9c82 0.05 MB 138 168
166,501 166,501 0000000000000149c9d771e17a4307ea08387c89f2184a8c312fe2094ba7b89c 0.00 MB 1 0
166,500 166,500 00000000000007e2e7dbc2b8f153d5a9c9faa9c6690877d2d3455ab0b3218d52 0.00 MB 1 0
166,499 166,499 0000000000000615f5a4cc474c8b151bbd00b94c5e0c50bdb9fd2b846b6e404c 0.05 MB 102 92
166,498 166,498 0000000000000057dc950ad78ba083a9e0bc6124cc39be2d857580105d1e9dbe 0.00 MB 11 34
166,497 166,497 00000000000003c7ab805a798f2905b3af0f97dbe2c8d5ac93644d62e7e42262 0.00 MB 4 26
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.