Memory Pool Memory Pool Refreshing

4,804 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,140 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (424,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,235 483,235 00000000000000000038490e6040d5f510c34654c34dc788c4239c77d5c4804d 1.00 MB 1,837 195
483,234 483,234 0000000000000000007d0a0fd536f34e46f2205d1466db1d0527134c7847bc7c 0.78 MB 1,384 253
483,233 483,233 000000000000000000752429f018b318a8059bc4bf9ffbd40cbc7a396c9318d7 0.68 MB 1,036 183
483,232 483,232 0000000000000000006a989046d6608a18ccd5a509b7f281e16d6ead7273b557 0.57 MB 1,225 260
483,231 483,231 000000000000000000f4a01e89555349af1f2dd649b0f0d86be8ab5bf6cabf84 1.00 MB 2,019 132
483,230 483,230 00000000000000000100cc69a497d570261b2301d6c9853f8f33eca35a46275c 1.00 MB 1,142 95
483,229 483,229 0000000000000000003daeb9d4dde953fc2345aaaf54ab0c2bfef687d2cee573 1.00 MB 1,831 362
483,228 483,228 0000000000000000000b381b147eb5047b9eda71866be0d07651b6a21db6d780 1.00 MB 1,548 234
483,227 483,227 000000000000000000b6ec1e5e12ff6cf5dd92d143d538bb4bb67450d1a2cb7a 1.00 MB 2,002 320
483,226 483,226 000000000000000000f77aba8539bc69506b3115a5a2b6bcfc713316c3a9321c 0.82 MB 1,339 234
483,225 483,225 0000000000000000007c7aca888c1de20e7394a85ce7cb991163106bee6e124b 0.07 MB 147 161
483,224 483,224 000000000000000000a01bc2bc750daaa911e94442430fd8974fd4d00a85bdda 1.00 MB 2,009 206
483,223 483,223 000000000000000000e968f9ed786a184aca5c5db0c743fe8788247fa8130b5c 1.00 MB 2,078 335
483,222 483,222 0000000000000000000d337066e7e3806974a1327f8c548a5865ccdeef81d389 0.76 MB 1,303 109
483,221 483,221 000000000000000000b664bc894fac4489b397c39b4c1271f36a3eba1f5b06e9 1.00 MB 2,299 363
483,220 483,220 000000000000000000fbc05b791b051b183cdebf273343063d27dd553024b586 0.52 MB 1,172 227
483,219 483,219 0000000000000000006acd2384ef7a183b867b8cfd2252d4e0b9d36cf839a020 0.23 MB 393 188
483,218 483,218 0000000000000000001b060eba7c95498f7880473c0bb5413900ce1076a6f7ab 0.37 MB 719 346
483,217 483,217 000000000000000000479bc035c3868c51d40f048ff1ac7f68f5299285bc969a 0.95 MB 2,093 236
483,216 483,216 0000000000000000001e6562d80f3e96c7fdcf50e37d1a0f7da6f4fdfe761f0c 0.18 MB 435 221
483,215 483,215 00000000000000000009423328336c947715d3b8f02fa241cd066b84f4864bf7 0.13 MB 256 343
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.