Memory Pool Memory Pool Refreshing

2,283 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (813,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,257 95,257 000000000006f76d478df0aec06710ccfe97558d90322754936ce7ae3b183d9a 0.00 MB 1 0
95,256 95,256 000000000002a7214eb8a0723dad3fc7ca21903a4afb5371cdc2f5efc810537e 0.00 MB 2 0
95,255 95,255 00000000000040b174a7dbdfad3d3dd63d0fc48e37d07e778fa091deca661311 0.00 MB 1 0
95,254 95,254 0000000000052693006d0ed3b05bfc693744be3bc8de174d4c12d0461e7ef778 0.00 MB 2 0
95,253 95,253 0000000000036370737fccca692b2bb5a8b85969e16972d94ed4d44ea637aaf4 0.00 MB 1 0
95,252 95,252 00000000000255acb2f53392d5bbf87e7160275d7b370c8ac2e32108419cd180 0.00 MB 1 0
95,251 95,251 000000000003ea67ea5675736b4a4da18d200218fe17ad6a4c4d7d8e6b356043 0.00 MB 1 0
95,250 95,250 00000000000737399271caf25b36349910360d29eff00580e873e8d4b680d67a 0.00 MB 4 0
95,249 95,249 00000000000569ff40df93666d4715c22f397ff5a664334ddfc5ef47dc84fd38 0.00 MB 2 0
95,248 95,248 0000000000011fa00ce9ca162a66206f3c38735d29fcc64b33820a5efe6972af 0.00 MB 1 0
95,247 95,247 000000000003a4928c68e13cd6db3ccf524df21120485fffc6957859f39b31cf 0.00 MB 1 0
95,246 95,246 0000000000071a10fe298ea1dd76d61e9cdf3fec5be2d51b950ca51007ca74f5 0.00 MB 1 0
95,245 95,245 0000000000013ed6764789e737801f91edff949b62fdf2a6c9230090517e20dc 0.00 MB 1 0
95,244 95,244 000000000005949eb449bbbd330b28e716a4c09ace3983c22c79e3f9ff062945 0.00 MB 1 0
95,243 95,243 0000000000020962af5b386ca31933cdb02340d26f7470bc025f90eb408015d6 0.00 MB 1 0
95,242 95,242 000000000005d116e0d8e638f7e47ee9607aff30b0a483a469a729d8e136291a 0.00 MB 1 0
95,241 95,241 000000000007d2be175a5f9930c8130b1f8836612a90e20ba7c994e9385765dd 0.00 MB 1 0
95,240 95,240 000000000006e8537d67a82729036523e2f8ce141314adf768afb499160e1e3b 0.00 MB 5 0
95,239 95,239 0000000000026eec67d680397a89bea64c6aaef5a8050e2949a19f216731ffbd 0.00 MB 1 0
95,238 95,238 0000000000066de7c6c2466d97b811796710dc9ca2c0dd84ed1a89e7773b0b21 0.00 MB 7 0
95,237 95,237 0000000000070f7b744366f7e631c4007e6217f79a0787b8e1a1b2a64419ccda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.