Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (756,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,524 151,524 000000000000079583ba64d7e6bce865c608c51cac95fb1fc08e10a41cc665e0 0.02 MB 59 144
151,523 151,523 000000000000031a36d03e1bdd7ca25ae31d9afdb5ebd7437d97a8ac05407593 0.01 MB 52 0
151,522 151,522 000000000000001e4f5ba4c965889014c0f3debd58ff3f66b242ac33886e7d3f 0.02 MB 24 157
151,521 151,521 0000000000000c1d57dd0d6d40e71ff5f161f4e49c40247179b4faf62ed3849f 0.02 MB 62 184
151,520 151,520 0000000000000664d0abc976e31a0991977adba2159deb83dff8f6256d564fb9 0.00 MB 1 0
151,519 151,519 00000000000009eb41a0c4096039f1fac1e0f65d2a7785b928a4fcdfd742ba0f 0.00 MB 2 0
151,518 151,518 0000000000000a9f7260408a363ec91fc166c0a8e0e93fff6dcac73f679f2bec 0.03 MB 26 114
151,517 151,517 0000000000000c381f319413915cec3934bf2cdc3a54deeed1732cddb9447a11 0.05 MB 146 119
151,516 151,516 0000000000000655f2cb59dad638f9d9959269db35f1594c3533ade38be99d8e 0.01 MB 15 169
151,515 151,515 000000000000073bfaa05b0e9dc76f7116eab5e301cfbc0878c31803b73f3cab 0.04 MB 131 8
151,514 151,514 00000000000009789510006081b8a07f9f4f76fed0322e4e8cb06349a4dde105 0.00 MB 8 15
151,513 151,513 0000000000000b7fbe13850c48ed41c9dc9600332091d709cb2131d060429f65 0.02 MB 32 118
151,512 151,512 000000000000071773be7c4f49fc5d42010b0143f1196dfd8b5df450a2a7f101 0.00 MB 1 0
151,511 151,511 0000000000000d65a6e8351acf08ec9b96b2fdbbf85aeddffbea84df0821976c 0.04 MB 74 108
151,510 151,510 000000000000051451c265860f6612f090246987e2f3fdad8fc0354ec23bd560 0.01 MB 19 41
151,509 151,509 000000000000014c3ae5110ada3b67d3e53c840bd9cdd7291a64849741a84592 0.00 MB 1 0
151,508 151,508 0000000000000c1cdbc093fc9f2448f9820b9328a3b186ed8fd942f1089c611d 0.00 MB 15 69
151,507 151,507 0000000000000471e7bcba757ff45e149adfcbac608d58e13ea3a6a2fcfbd89e 0.01 MB 12 34
151,506 151,506 000000000000004ad2e25b087925eb8a642161133f6ff56885eb51608c8824b7 0.02 MB 65 75
151,505 151,505 0000000000000757161aeea1648b63664fff0b06650b2622f58563f8d3b5c2db 0.05 MB 144 31
151,504 151,504 000000000000041e8876f0892c2ff5eec6d858698ed4804dec2469d111ffb2b4 0.04 MB 95 153
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.