Memory Pool Memory Pool Refreshing

7,978 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (659,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,110 248,110 000000000000005bcd86c610f33f363bb29e09386c47db81af4aa0dc393ed5aa 0.12 MB 267 104
248,109 248,109 0000000000000028902f9234e0a5c35026fac0c5595175a0f352a7ee672ac9df 0.15 MB 322 121
248,108 248,108 000000000000007f74ebbee6dd2ab50b8975531f0b39bca681568a6769de8859 0.09 MB 186 150
248,107 248,107 0000000000000007fc8c7b28f92267d689933518c73012e3a3611bb0819f78e2 0.08 MB 183 103
248,106 248,106 000000000000008885b069917af41fe789acac2d6cfe1fd5183c78db489fb07d 0.17 MB 254 57
248,105 248,105 0000000000000043fdb1a591a6afc1906bd5847f625325297c1cbb2a9e432d75 0.14 MB 319 101
248,104 248,104 0000000000000082736b7c8945846f8ec1520dccb396195f39105bdea7ccce70 0.25 MB 519 80
248,103 248,103 0000000000000007c93dd77693a532a424144f40e7631fba48a2554486f1e8e7 0.25 MB 682 184
248,102 248,102 000000000000001e2351799fce6c6fc0189ca6cea432dd6ad444859979ede224 0.18 MB 398 102
248,101 248,101 0000000000000023cdca59905fbc468dc3fb47f5bd30dae5b05d9b9ecd5627ee 0.05 MB 116 103
248,100 248,100 00000000000000305216785232f882b7c4392ffa11e0ee1c4bc241fb07283990 0.05 MB 134 108
248,099 248,099 000000000000000ad4c10c3688b52558d9a5cb77c9e2ff1082a4da5e603b4ff8 0.06 MB 158 177
248,098 248,098 0000000000000081466452a3f8ae2b66cd753c3f606c4af1f92afd439b3719ed 0.07 MB 165 114
248,097 248,097 000000000000001805727a0a557e4fbfb133bae54936f4da2433bc6e82a60e85 0.13 MB 296 120
248,096 248,096 000000000000005b23c8d83ca1afb86121dfc1ef55f352dfe838766c0769d10b 0.05 MB 108 115
248,095 248,095 0000000000000045314c73cbf88a95b7d8e54a65a8b400c8003340e07d4ec8c8 0.04 MB 73 54
248,094 248,094 000000000000003da330f21c91ef20ad1e58edc9da965040406121d05d086eb4 0.12 MB 227 132
248,093 248,093 000000000000000ad95d3d1a4f55d1d5acb9a4a660b76f3f14c8769becd5d545 0.11 MB 117 36
248,092 248,092 0000000000000033c73e2becd76275e4d192569a3e1d22687af8a0ef5a8912aa 0.25 MB 436 87
248,091 248,091 0000000000000051b43d690b64ef2a4e4f80eb2c2a16f938cbb608e55bf6a88a 0.25 MB 604 135
248,090 248,090 00000000000000385a37a62348d0cc0ce91e21d069b052b0860c83244567afb2 0.25 MB 556 204
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,624.89 GB sent, 93.01 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.