Memory Pool Memory Pool Refreshing

17,174 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (641,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,108 266,108 00000000000000075cb406f69f4bcdcd403995fecb80f05745d98f6c214cade5 0.14 MB 69 6
266,107 266,107 000000000000000491f9f39be3d708f7cb4f14497d076d44f2b82e7fb6d9582b 0.16 MB 305 68
266,106 266,106 000000000000000029522b64af6d69a08c5ceeba3bed9f7ffde6b7b50598ea17 0.23 MB 460 91
266,105 266,105 00000000000000023d5c0d4822c960e13f16cc5adb241a49775c8132a3036685 0.13 MB 56 13
266,104 266,104 000000000000000c76973f758bbafd3d5b6042df89c3a6123d0fa8810c5426ae 0.14 MB 44 6
266,103 266,103 000000000000000858c9f64aa12a78998b4eaf3f83f3ad966d4416a4dc21c81d 0.07 MB 167 48
266,102 266,102 00000000000000031dc22ae626dd093b789e4d203ae8f9016f92a348be36ff1b 0.14 MB 190 52
266,101 266,101 000000000000000e3e203bf0538b1883c7424a970a3a4e0674737239dfb635b8 0.05 MB 127 53
266,100 266,100 0000000000000006b3de08ac7649d0ea71ebc831c6e8bfa15b847a0ffdd2ae06 0.15 MB 128 22
266,099 266,099 000000000000000088f70c9ad375ad2f5bfc1a8a725fd2b93f3c527ff7c55579 0.02 MB 62 100
266,098 266,098 00000000000000047fa07c278ff65ad9df06af1ed27ee761ac57ed97466bf8fe 0.15 MB 350 101
266,097 266,097 0000000000000002f16de563251f5c01e3294d54307dfae3681bc940261d6842 0.18 MB 440 91
266,096 266,096 0000000000000005ad63d0da42ad9a8fe3eb7bd9a7e62904e24716bbb2d015b1 0.00 MB 13 62
266,095 266,095 0000000000000001092ae81b344972466f0e2c43b23217e4aa198e38f9fa52bc 0.03 MB 77 46
266,094 266,094 0000000000000003d644dbaae78b3b1fbdf2d2425c453f955601d8e7aeaec9a4 0.07 MB 144 81
266,093 266,093 0000000000000009abed24cf55388a3eefafd5a9936bb1b3e974b23b8dc9c75a 0.15 MB 97 17
266,092 266,092 0000000000000008e2c5c30918d18ba742fdb869d87666f4af778f62a1f36697 0.14 MB 70 19
266,091 266,091 000000000000000f98e58f137312afef5fde9795276932463995603ef21694ab 0.09 MB 209 70
266,090 266,090 0000000000000003cdb36897164f5d6ee5baf01f010bbd601977c42fe13e84f1 0.19 MB 441 90
266,089 266,089 0000000000000008b9ef2d717819ab0227f3e787de47eda06e0893d8c1a4fa0c 0.12 MB 294 61
266,088 266,088 000000000000000c3ef3673777507633819965e004573b42a2011e46e40539ac 0.09 MB 63 18
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.16 GB sent, 92.99 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.