Memory Pool Memory Pool Refreshing

1,586 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,290 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (870,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,201 38,201 000000004b47c72433d7a1f09d4bf8d1890dff7632cf6464c9445bbb9a721fb7 0.00 MB 1 0
38,200 38,200 00000000a1d77d8dd98f2c416a414bc067fe0fe0c3ff9f71cafa2e4207ed4945 0.00 MB 1 0
38,199 38,199 00000000692b579326651ff1de5be2d8df907177f77a9db0f29f75f8b129bbd4 0.00 MB 1 0
38,198 38,198 000000004c492009f91264b1848587d6c772e696191da21b5032212928a72328 0.00 MB 1 0
38,197 38,197 0000000093babe72408201c75e0b67f0420a03a6aed229787df45982dce65a39 0.00 MB 1 0
38,196 38,196 00000000b8ce0d30717226cf124f8ed52509eb85a345f7490e6159f50b03f032 0.00 MB 1 0
38,195 38,195 000000001ef2195a847d3a9834c162f30c68c452c737a9159b69618d793830c8 0.00 MB 1 0
38,194 38,194 000000004607c9ee8f3ceb6a9ebf40b6c0f6fce00d382657d8ed072e096f20e9 0.00 MB 1 0
38,193 38,193 0000000060a2d2a50eba2909958b2a775b26ae57736dfc025e10efde60a5206b 0.00 MB 1 0
38,192 38,192 00000000bd8d1898af97092f630e16adfb8b5afc0c09c2bcb41c4c3974c6dd0a 0.00 MB 1 0
38,191 38,191 00000000450e0fc1ec4bfd1a6db8e7dcdd3301d55169b3d884f5eee547abf642 0.00 MB 1 0
38,190 38,190 000000004ae2273fc49384e108fef2b051782f975569ea7488209ed5136f5a1d 0.00 MB 1 0
38,189 38,189 0000000053cf9943579ea9e3a37e73f213fa64b5bdd359f95c540dfb12db63a7 0.00 MB 1 0
38,188 38,188 000000009d377736cb17ab33aaa2a0f3a983b9715804e31f996ac4054331fa72 0.00 MB 1 0
38,187 38,187 00000000076e725c6caa0be97ac3bb5b411f18891216413a2f3cb1d5c43c8cb8 0.00 MB 1 0
38,186 38,186 000000002ad4d9d7ee7a6e6ef7d896d50660f9c900fe1d389127f810da921ba2 0.00 MB 1 0
38,185 38,185 0000000032d5c0774c6b0e6bf3f1a395568f0c69d6b4f9cf0010facc1c02803d 0.00 MB 1 0
38,184 38,184 00000000782613dff82161001821ca3c767bb7a244b8879029a763ecf6c4d243 0.00 MB 1 0
38,183 38,183 0000000092c16aff7f1d0d79823aca4c53d325d3da3fe6a60de3557b36b2f6d7 0.00 MB 1 0
38,182 38,182 00000000b85b155eb3ab88129a7e534e5aa1b179bdeff96de56a8669010b4ff0 0.00 MB 1 0
38,181 38,181 0000000010c8fab44fc0e958c06c894a7407b782eb14c0fed1b7d7460c2622bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.27 GB sent, 98.28 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.