Memory Pool Memory Pool Refreshing

7,223 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (584,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,785 322,785 000000000000000014602f8e9fca12551e47743d1aee07df86f284fbc89c2be1 0.35 MB 590 21
322,784 322,784 0000000000000000067ec6145cb812c39c8a7a1e517874da7e789cfd6ed48f39 0.91 MB 1,649 28
322,783 322,783 00000000000000001595d7bf14ef1291e90d49d96fa2d4b0eaccd1763fd16e9b 0.13 MB 281 32
322,782 322,782 000000000000000007f3590db09eafb0eeb0d6fdf725d7dfaeef95b8763256b9 0.25 MB 498 31
322,781 322,781 00000000000000001d011c6beb7d4649d79a04caf89628745fce6a36418bcc43 0.05 MB 102 24
322,780 322,780 0000000000000000038251be6885bc97f1b11fb30751e0e0e0316341834c4d20 0.06 MB 107 24
322,779 322,779 00000000000000001a8651f69d983c5e3459454ab8fed27908569d3b030ad975 0.14 MB 211 24
322,778 322,778 00000000000000000def7fc5a9a4171273ecf4e930de330d34734c7e4d098446 0.44 MB 918 30
322,777 322,777 00000000000000000de1c2cfa45639bf196bf81d7eb031ab24c6baee444e23ef 0.20 MB 193 15
322,776 322,776 0000000000000000104e2e961ffbdfd57640ac0f923ae11553f18a3286f5fdb1 0.08 MB 256 54
322,775 322,775 000000000000000009cd63a7dc59ae8d96b59273069070ac92cd9b2a9ad9d41b 0.50 MB 917 26
322,774 322,774 000000000000000000abc517762cb7025529093931cf34e0fc25dbd15bb60aa5 0.35 MB 762 28
322,773 322,773 0000000000000000014f9434137ff9babef54216d04ee41dd7cd5b6779096fba 0.07 MB 102 22
322,772 322,772 00000000000000000c5607b6e48891dbfb6173ef33d4d70f0674a35d325ee0f5 0.30 MB 511 24
322,771 322,771 000000000000000008bf34c45ab379aacc072d53b0c42f89e5051ed28d3630f3 0.29 MB 492 27
322,770 322,770 000000000000000012ce2d8ca8a6d290224923b32491545ad3e3f991b63214b7 0.13 MB 244 25
322,769 322,769 000000000000000014c2599d7d60f427dcfb0efec6c50f2cd16d04fecb8d2dbc 0.40 MB 283 13
322,768 322,768 000000000000000018afee9398a754bdfb1a58046eb66bea3fb2b787bda6f892 0.35 MB 1,004 44
322,767 322,767 00000000000000001dc567f684846214f4d3df3ef87737302ddd051743324d71 0.13 MB 275 27
322,766 322,766 00000000000000001f1ef8414dfd5eff59403305a80c0898c3e4aafdfef92230 0.47 MB 1,027 35
322,765 322,765 000000000000000008f3a2336ccb5b7e91fb51e9d59053a6005c23ef0509c063 0.65 MB 1,288 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.36 GB sent, 93.03 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.