Memory Pool Memory Pool Refreshing

2,937 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (719,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,632 188,632 00000000000005851d37b7345cc13b320a9bb6546be865797b88101a9f6bbe0b 0.04 MB 108 78
188,631 188,631 000000000000073bb5688e7848f4a67271186fc39c1c4d78fada9be8f65aeeb3 0.22 MB 471 138
188,630 188,630 00000000000007971fb8e567547e150115b14c19a7e439cec68824f5c9243f72 0.00 MB 8 0
188,629 188,629 00000000000001509ae4ac6daabce6a1e692cf35415194258dcec77e42520211 0.01 MB 32 1
188,628 188,628 00000000000007d1014f3bbcdb22ff313725e5df9bf1237f4fcfc5656f2b2ab3 0.00 MB 11 30
188,627 188,627 00000000000000e300cebf3d7b9d896f920d310592da40dee56d548e65335e12 0.09 MB 201 146
188,626 188,626 000000000000095daf06e384992577822826d917b3bd765314c1dca306f78759 0.25 MB 639 143
188,625 188,625 0000000000000465be589059844b2b0f8aef6ce502f1e9bd402a0c458f8a8a2b 0.25 MB 546 132
188,624 188,624 000000000000074e82525ce8f310c34bf8a7bd193d2c2fde1836a73bdbeb0f13 0.25 MB 417 203
188,623 188,623 000000000000085f38b75d5424ca7285170014f0cba16eb2fef53e77a5dc79e9 0.07 MB 186 266
188,622 188,622 00000000000001b27c89cf83b1c7e4d4cd95e2db848b18f2d1ee99d53314a80d 0.04 MB 92 136
188,621 188,621 000000000000053e9f568ac9693ed6b19e98d5a7d2f06d0218ceea797ed4ab01 0.23 MB 507 119
188,620 188,620 00000000000008b606ce4396fb53df1d3258464d49f7d837f8d1a37fe001c468 0.00 MB 1 0
188,619 188,619 00000000000001e77e54914ecdf6ff23470f965a1ca6072518fac2e973516cf1 0.00 MB 11 29
188,618 188,618 00000000000005911cdf8bada4b0203472b933039b305490a63efbc61061dc58 0.01 MB 10 66
188,617 188,617 00000000000000407325df332e475e10c3d34d3afcba84b2a6a5687266f2cbac 0.09 MB 178 94
188,616 188,616 0000000000000052982311eb6e28371bd3a0a18b845bb5fd9e66771d60023c2f 0.04 MB 99 108
188,615 188,615 00000000000004f4cc86af1b11323d57ffa433c4ea2fca69ab135602a9697958 0.17 MB 584 218
188,614 188,614 00000000000001b3ed5f1b23f61398453e89a0173ef02c9bbf774d26838897ee 0.42 MB 617 99
188,613 188,613 00000000000004a24f8e1b2f7229885047d2288556009b44232f313b0cf2f27e 0.25 MB 325 89
188,612 188,612 00000000000003787e651db9564bcbc859cbd3a5320b02f066354998b3468687 0.09 MB 285 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.