Memory Pool Memory Pool Refreshing

8,299 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (728,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,194 179,194 00000000000009f8e77b5c5f0a5da54d3d9aa4963ac2e965c88c0d07e784729d 0.01 MB 20 67
179,193 179,193 00000000000002d78243895b45e00567a51920ed579a7def36629a5493eb599a 0.05 MB 108 99
179,192 179,192 000000000000093dda9834316d1651954e761c0ab7210044d580763fb316ba11 0.01 MB 25 198
179,191 179,191 000000000000092bb3f898089d59e26be4faf7c7d0bf76e6598a5d4829441000 0.17 MB 385 114
179,190 179,190 000000000000088b455cfdd12afa359e87dc55fb36f55a26b6ab7a6a84d14216 0.05 MB 138 128
179,189 179,189 00000000000007e1705e57adc7b1fbf7a501f886294c3bebc635d3cbc63919c0 0.02 MB 66 163
179,188 179,188 0000000000000a92be4ff9c7589a264f03a16d99e9561c5b5fb5a155edcdfb7e 0.03 MB 76 146
179,187 179,187 00000000000007fc74562131d642e0cbcd53877f017ebece172c1d0277670b6a 0.07 MB 163 325
179,186 179,186 00000000000001b3c242b9386c5ecd1e65223b746fb93ce1eb7c34279500e451 0.07 MB 127 109
179,185 179,185 00000000000006f4af4a66e6d5b7d0f4c7591d20160586c7c11c869a289e9a21 0.02 MB 43 132
179,184 179,184 0000000000000235b7c8ab1a0e683a93115c1910932a205435d612061ec6df55 0.01 MB 34 176
179,183 179,183 00000000000008bb34ae06fc471146a34ab0ce71ad7908e8993f2c50f7a77906 0.04 MB 92 230
179,182 179,182 0000000000000af40ed3dfb00f346d30e8b1c081077da8f5921c94d7be9b9abb 0.01 MB 16 7
179,181 179,181 00000000000001df117232115c3929bce3e011a31e5ef8563f8eb7cbf57955f3 0.02 MB 46 179
179,180 179,180 000000000000064a6609dabf4649ff96a34a936e12c703ebb961b032dc76bd09 0.05 MB 103 137
179,179 179,179 00000000000002bb8d982eec577d969dea2947c0d8f44bad2d8754ecfd1ae60c 0.00 MB 9 75
179,178 179,178 00000000000003f39172c64cc413ce4982b826d1f67543beac80f505f69eabcd 0.01 MB 18 8
179,177 179,177 00000000000007b3fcad4e8c9a3cb8ab555f643b958d688f4744188387c9d408 0.06 MB 110 111
179,176 179,176 00000000000003c03d37a610a1623f6c36b2f92126718c526aa5f83df39e1ea8 0.04 MB 111 315
179,175 179,175 0000000000000aaac754c19b9fa8720012fb2d04bb134cf07924ee08f27f6336 0.03 MB 66 93
179,174 179,174 0000000000000633fd51568e71cc5b407098133c746894d07c3a574f8783dfbe 0.04 MB 133 206
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,627.09 GB sent, 93.10 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.