Memory Pool Memory Pool Refreshing

8,232 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,927 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (720,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,025 187,025 0000000000000786b33e19f4bf87d8168588130b8c19613eac45ba2f5f3d8277 0.06 MB 125 109
187,024 187,024 0000000000000050e4914b2c3f6fa6691c3e9e1ec0862ca6d32ec9e6c506b7ee 0.00 MB 11 343
187,023 187,023 00000000000003de75ebe2e628a90f645169a8eacf2dafdeeafa0dfcb7225098 0.09 MB 160 100
187,022 187,022 0000000000000257666683d837a463884e5d32deb539ffbde1bd18580bed7946 0.06 MB 145 155
187,021 187,021 000000000000064dfebecc155da3e809d3e58323b3ef0514e47a85b65ee4e189 0.01 MB 20 83
187,020 187,020 0000000000000769337a624a2208de1078a1928da29aad0b13453f4d3f5b039f 0.01 MB 18 72
187,019 187,019 000000000000098c425aae8f2fd8f6d4d819e0cf845d14baff5036c6dd87ef48 0.02 MB 39 163
187,018 187,018 00000000000008b38dea95830ec489fb30b7270b58ed053d29e2d18656581ad1 0.09 MB 143 142
187,017 187,017 0000000000000508d5e9b9939bf4aacad22f9a996d8a58a8452298b6abed8152 0.01 MB 11 63
187,016 187,016 000000000000098d82496a21cb1a93fe7b672785abaa88da0c4d0a0dc031a091 0.05 MB 169 117
187,015 187,015 0000000000000255d437b54dd658dc9fce7affc1b7d2332ce0ace50fd392521a 0.05 MB 111 84
187,014 187,014 0000000000000927f6e03f78da0b2cd4a0226f4d3a7e2ec919b2d893dc1460dc 0.00 MB 10 15
187,013 187,013 00000000000000782d7ac1eabb85e45201b5255aee6382ca03ee60449060c2f7 0.00 MB 10 89
187,012 187,012 000000000000027603506faa31546d01bf03e0feaab89c9836f77f2b1d1e28e4 0.03 MB 82 32
187,011 187,011 00000000000001d2d3fa937473ac630650450a45042936ed4de1810a61a8a004 0.16 MB 381 157
187,010 187,010 0000000000000699dddd820d7351593b1af519c0d894759561c16dac75b85618 0.11 MB 256 101
187,009 187,009 00000000000003184fda10a08686d03fe6c1a6432147a63f9b8e01f5b23042a7 0.14 MB 258 125
187,008 187,008 000000000000066a13e73e12f7e4db05b52a5224f0e80a49a889f7c68f2c6f4a 0.05 MB 164 43
187,007 187,007 00000000000008268692020cff5e7d5fa3d4c178d06fca95380007fd8347edbe 0.02 MB 61 78
187,006 187,006 00000000000006fc95928d07aedfa839200d25bc7bb542654baec3832dcda82b 0.00 MB 10 15
187,005 187,005 00000000000004ec9085299a104cfb4b99de05af5fdddcfbbd4e9211361f20cd 0.02 MB 52 128
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.