Memory Pool Memory Pool Refreshing

4,794 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (709,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,154 198,154 0000000000000374ba2ac8d8be26251e11e0c3fd3999d36bdd15ed2599567eed 0.09 MB 160 95
198,153 198,153 00000000000005706e971a376d7df5bcac289acfe6d7c3d3641780543c08953d 0.00 MB 15 31
198,152 198,152 000000000000048978cd375339d9de06731aebda7dc6774e9dcc91abfb91db59 0.01 MB 20 202
198,151 198,151 000000000000057a7a27d83480a49ff184bfa838dbbc0912214927ff7ea299c9 0.05 MB 88 64
198,150 198,150 000000000000024e2958f8ffc4cff39824d5afec797750e77b66ba59241ba762 0.11 MB 267 94
198,149 198,149 0000000000000036c1662893c1c0d072d30251be0724bd6cd7974b7da98486ba 0.00 MB 1 0
198,148 198,148 000000000000043d798d920880cd436181fadab6873e8f5f1f18eba14baaa6bf 0.04 MB 65 64
198,147 198,147 000000000000053b5a8c12cd7c069d091b0a6a81b693df52a8917e88cbf59c77 0.07 MB 218 5
198,146 198,146 00000000000002d0febcef993e50554ef4d53df0b36b779f733fb2fc75ccd1a3 0.15 MB 294 341
198,145 198,145 000000000000050d7f06f2962c466b5d25066ec2dcdb383cb4ac690160fe72a1 0.04 MB 108 78
198,144 198,144 00000000000004e792ddd4399d44ab00fd90882c66ec6156794428ee545de314 0.01 MB 32 0
198,143 198,143 000000000000053d18b470b8cb2de3472919f27fb49f9c4ecea7ef1d9ffa12a6 0.10 MB 180 114
198,142 198,142 00000000000001dbcffbaf745e97b8bb33c7e061906c19c38e489ba085f1f2d7 0.00 MB 12 15
198,141 198,141 000000000000014cf242a753690fc7c5005dd1bf49ed7384c2d236a4ec51b892 0.04 MB 93 73
198,140 198,140 00000000000005257e7ae0eee1b9c9695ddf29cb79f5a4df50c244c2d75a6cd6 0.22 MB 677 142
198,139 198,139 00000000000000808f98d58b495fe659c59b9d9d046b6cc0e550aa84c9c31c42 0.02 MB 58 120
198,138 198,138 00000000000004124ae68a800baee4c8aa2c059d12cb3bae62894d985d52eb08 0.01 MB 17 70
198,137 198,137 0000000000000042633881b7e9ab4ba66519e5d1cddb40604f3c10c136a49e72 0.01 MB 28 123
198,136 198,136 00000000000006187c79bbae1d09719f78de992184e49d49356b7715174d9d10 0.03 MB 54 102
198,135 198,135 00000000000005980992d29f79d406eaf5efb474c6880cd63e313ff4e058453f 0.01 MB 27 107
198,134 198,134 00000000000000824b6340624446494cb0419e3ec17f8aa630fc19393918727f 0.10 MB 228 140
Previous 10 blocks ↓
Total Size: 769.05 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.52 GB sent, 93.13 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.