Memory Pool Memory Pool Refreshing

2,497 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (713,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,712 194,712 000000000000006da2f1270a7f6d93a857d723928772777c63104d0a3fc73cd8 0.03 MB 100 89
194,711 194,711 000000000000008ba8970afac4b6c039fc5c4066abe83593c771fd0ce9da23a7 0.18 MB 256 51
194,710 194,710 00000000000001029f301c050289f3224be68af757fd238ca5c0deb2c427e2e5 0.19 MB 512 174
194,709 194,709 00000000000003f36652e9fc863b70e2d785ebedf357da7fa3f7bdba6c062e19 0.20 MB 541 141
194,708 194,708 00000000000000bc1a70497c67e366360569937e706b53086ee49b767330a6a2 0.01 MB 32 0
194,707 194,707 00000000000004ec853c217e632492f357dbd2d3b9814878af30900ec60d0d64 0.07 MB 187 169
194,706 194,706 00000000000003c9346cf7d8dfa7bed45a6400d62e730b6bdcacf85d174a9ac4 0.08 MB 203 136
194,705 194,705 00000000000006ce6c1706f8bdf279d93188f47515d6a4e7db7b82e0db8b8f57 0.07 MB 145 103
194,704 194,704 00000000000003e50eb43b57aaa14020078197c568d276d6d132ebb76f332eab 0.09 MB 256 104
194,703 194,703 000000000000078712273f2c0523742844299dedea98b2449971eea2adc862ce 0.19 MB 487 138
194,702 194,702 000000000000019c21ff23bf04018a47994386b86f243c2d9476c1cd3d927c07 0.03 MB 108 173
194,701 194,701 000000000000070c28cdeabbca7dfb51e9dac9f83ba85ca7700f683318afd5c8 0.02 MB 58 119
194,700 194,700 0000000000000688e74f08fa4d4a10b2756d3e92a3248571b8d9e9e4b853d776 0.15 MB 418 166
194,699 194,699 00000000000001aa44e58af382ec95d58664eafde972c5c1cd3eec77f42fd763 0.00 MB 9 33
194,698 194,698 00000000000000308641b580caadbffb425d71e25b3f2fd9d9299098c7327c4a 0.02 MB 71 108
194,697 194,697 00000000000002c7edb1ec168f5261a1910b873929e345c5d123d2113d4797e2 0.03 MB 111 49
194,696 194,696 00000000000004439c2eb51b6ea99c94bfd1bc616454436dca078e923c77cf1e 0.16 MB 256 67
194,695 194,695 00000000000005cce815531510da62a48517b640fa35588dec731cc3a9353156 0.04 MB 128 153
194,694 194,694 000000000000010ab293f97e68cf349dde6a1ce7a90a1c7575c4a15252a3d4f3 0.08 MB 256 88
194,693 194,693 00000000000001eec5de243c08273ac98a9010c711257553d45affa67a3b36a0 0.08 MB 208 121
194,692 194,692 00000000000001fe0ccb4dc94dddf84c6dbcd46d0a6e9a94f03ed0d94916fe95 0.06 MB 145 102
Previous 10 blocks ↓
Total Size: 769.06 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.84 GB sent, 93.18 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.