Memory Pool Memory Pool Refreshing

712 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (252,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,109 655,109 000000000000000000057787985e72f112c0602421ffa415f104b8b7d97f4e07 1.45 MB 2,409 181
655,108 655,108 00000000000000000004e9ca4d7939c6bc290e07a892e2e09fe03870d6d0ba39 1.32 MB 1,878 209
655,107 655,107 000000000000000000008bf89e49d6590c8206b53bac5f4744736db7e079343c 1.26 MB 1,790 268
655,106 655,106 0000000000000000000b12c392933fa822d916a596a6af10413e740bfafb6df5 1.36 MB 2,467 328
655,105 655,105 0000000000000000000221b2e7e40eef9053e9eeec37c8b7037292d104efd875 1.40 MB 2,612 253
655,104 655,104 00000000000000000007aa0cfe7968cb1188926b2315960af440fbbe2efbb5a2 1.30 MB 2,173 325
655,103 655,103 000000000000000000043311523eea65eff8e70b33bebd5f56ddcbfd8d3df952 1.36 MB 2,332 247
655,102 655,102 0000000000000000000b96a50b8107bb2f153f9a5478729781896b75d0627e08 1.38 MB 2,575 71
655,101 655,101 00000000000000000007b64ab7291085721a472d87151a6b8d92bae14de1ba2d 1.42 MB 2,037 195
655,100 655,100 000000000000000000012ccabd247e47ce2a8069fe66a6c84f79435b2fc291be 1.46 MB 2,019 130
655,099 655,099 0000000000000000000299fc571128f7f5b06a87aa1c3be3a0a99cf875f73969 1.30 MB 2,058 269
655,098 655,098 000000000000000000019ed6bb64668266c881e194f032608747a7843e188271 1.48 MB 2,235 218
655,097 655,097 0000000000000000000a1c303f69f595314793e05774413eb6a295b081c21d0f 1.45 MB 2,176 237
655,096 655,096 00000000000000000002c801d5ae96e806d3a72f2431cb82be4a65fd408db4c6 1.43 MB 2,454 205
655,095 655,095 0000000000000000000c0eb5bbd7a92f693c74f0bfe07871a399648a390db4b0 1.41 MB 2,601 254
655,094 655,094 0000000000000000000d66dc295117db5101ac5a8c19d5630b957ecdbcd98e01 1.38 MB 2,376 276
655,093 655,093 0000000000000000000896306caa1e8d6b9991cc1002cba6c6a37319ae82520f 1.35 MB 2,481 284
655,092 655,092 0000000000000000000a34c85ee9869e37aadd952ef825a2c93461afb9f0e030 1.25 MB 1,738 300
655,091 655,091 0000000000000000000bd0a73e328fe69c29cafc84d7c87f04bc5817decc10f9 1.22 MB 2,407 95
655,090 655,090 0000000000000000000af4aa0cdccd0ab72732185e59b3b6d3b2e34febc66abd 1.24 MB 2,115 32
655,089 655,089 000000000000000000016ea45619385748e0b8b4104c04fa714f927ac2081632 1.06 MB 2,062 32
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.