Memory Pool Memory Pool Refreshing

26,435 transactions
15.59 vMB
Show Random Selection Loading Transactions
Max Size: 69/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 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
902,454 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,848 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,453 (722,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,157 180,157 000000000000050c4e3570ac7747ffb8fa0cb514c8bdc96df9bd4b5633c9f03b 0.14 MB 292 215
180,156 180,156 00000000000008f8298dc7871b1bc919a584937c1a6a9921d0773d46c6901635 0.05 MB 151 44
180,155 180,155 000000000000051282309622db6232f45c7a7eba1eb1419a2d07f6f27beeb242 0.09 MB 178 104
180,154 180,154 00000000000003f7a44ef2acd93f3ac8bd6869000c4188d8f10d8106b183b536 0.22 MB 455 147
180,153 180,153 00000000000008330e93eee62e2514587fddc950a40c39d861b96d756effea77 0.13 MB 290 141
180,152 180,152 000000000000057a9dae92eaba0e2889fe04482120f3b50a87086e943d3aefba 0.05 MB 127 148
180,151 180,151 000000000000098fdcb45ff8c1d567b456cc9a2e9844f50a677797624af9a3fa 0.05 MB 138 174
180,150 180,150 0000000000000869689ea4e0096c2c06432b24aaa3313d9b4311f83f4d2cb495 0.07 MB 106 86
180,149 180,149 0000000000000514f01cdeef75f5bfc792356af33ecf0249cc3f0a91b575497b 0.07 MB 155 139
180,148 180,148 00000000000005933433e85ba059d5c027db76254f6565c46fc673eecec9d10c 0.07 MB 146 149
180,147 180,147 00000000000003781cc567b580dbbdc99a23fd61e2ed3e7882d9ab4f40c93877 0.05 MB 147 177
180,146 180,146 00000000000002c1fdbf54ef2a5696886cd171d703474f836fe492ae206143f7 0.05 MB 100 170
180,145 180,145 0000000000000989348fe075710c3263da1bf1cbe7c9de3a8da2db11dffe6c58 0.05 MB 131 83
180,144 180,144 00000000000007419c9d196fccaaa7529ab581f042f1c4fc560162303db504b8 0.03 MB 70 87
180,143 180,143 00000000000003951cc7eb81613f29097c3b9a2292b46cbe6397f8ac8b461a17 0.22 MB 459 157
180,142 180,142 00000000000007368fe66502991b734d8786c226b01cd06387978dbaafdc9747 0.14 MB 320 117
180,141 180,141 00000000000005528c66f6c6dfedfe756778c369ef56fe556806c6cd03a04559 0.01 MB 31 4
180,140 180,140 00000000000009632c7d97c99f413ac39665c1470eb024b69457d7048ba90592 0.25 MB 535 143
180,139 180,139 00000000000004211ce929c1c2746d612fc04229069398d192f6af83b6f629b5 0.02 MB 51 65
180,138 180,138 00000000000009416655e89cdfc75757c64d47089c3b885acb27fc87cd5a8b3f 0.01 MB 33 4
180,137 180,137 000000000000058027590897533ba21ebc72aee30f89d3bc721c426cac5d29ab 0.09 MB 234 115
Previous 10 blocks ↓
Total Size: 759.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 879.01 GB sent, 45.95 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.