Memory Pool Memory Pool Refreshing

180 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (591,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,220 316,220 000000000000000005a92b753f805ccb0a5a597b1f623cbb504ddb8ea96d6621 0.13 MB 167 21
316,219 316,219 0000000000000000021258ca6410fdcbfb3d21d9f0a8d1e9290428774e9a3afe 0.01 MB 22 6
316,218 316,218 0000000000000000002bfcc12716bf8c518cc0b8704ca1c1cbd78f6ff9e12448 0.25 MB 225 19
316,217 316,217 0000000000000000181e86c0aead4b6b0ea66c80359b947877cbe19fd2be3843 0.25 MB 281 21
316,216 316,216 000000000000000030232fde6a67fadb7e7e3d010a79e5345fafd6214039d951 0.10 MB 175 28
316,215 316,215 000000000000000015ad1cd5c66ed17ba3d63333100e47df662bef2d502f666d 0.10 MB 179 22
316,214 316,214 00000000000000000b714ae5d79b564c039b95a305e816429f7bef2e839d8318 0.11 MB 173 27
316,213 316,213 000000000000000023fb012e9df6948fcc92cbf550107b23b813599ed04a9ea6 0.08 MB 159 29
316,212 316,212 00000000000000002f7146776b692806bbfbf913b007264f37f436e543eee605 0.03 MB 49 23
316,211 316,211 0000000000000000209ff5e5b32f2b0a2ab21bde69c869f0f47198f9d8860d4f 0.05 MB 89 25
316,210 316,210 00000000000000000ff68b019644e6158f3b18a0fbe4ba7e69dc5c745ccdb38d 0.16 MB 226 22
316,209 316,209 00000000000000001012a2829245008b899d6f5abb1cf730c7cbee27ed2837c0 0.13 MB 139 16
316,208 316,208 000000000000000020df8b90f43069eceb98f0779651bb5a0cc7c7eb259aafc2 0.09 MB 256 44
316,207 316,207 00000000000000001315fb431dc765532c3931d1f533c7bd5208bd84396283dd 0.15 MB 305 32
316,206 316,206 00000000000000002c292f06932eacf430901d6adab6600567e6a38c96cb9309 0.07 MB 111 24
316,205 316,205 0000000000000000135e0acd6a2bd6ac2cfbc0ab363988d1b1b96988cec07fa1 0.00 MB 9 22
316,204 316,204 00000000000000001d5fad824d04392f2c422860a25e62dfde10c74c6296255e 0.04 MB 94 26
316,203 316,203 000000000000000000037be5d0bf7a0d03db565b07f512dab5d8cda0348bbbed 0.04 MB 80 47
316,202 316,202 000000000000000016754abc5ae5fa93ffdf3c3e5787678784f7dbd60a6fada4 0.08 MB 148 27
316,201 316,201 000000000000000010ae1e430a1855bd2f89a978adbe61b8d55c5f9a74b37056 0.22 MB 363 23
316,200 316,200 00000000000000000841f7b5a01840487a6382eae2cc7de29bd6bd3146403510 0.11 MB 224 27
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.