Memory Pool Memory Pool Refreshing

6,273 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (651,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,108 256,108 000000000000002a8b842b60ea5c631c53bd89cbf08ee2a3fc60065caaaa611c 0.15 MB 252 61
256,107 256,107 000000000000000a490a019035273e3dd68d5253441170f24eb76e1835cf3c87 0.25 MB 693 122
256,106 256,106 000000000000001d2736419d74e9f4491733405a093c39af6855f4d1856a4028 0.07 MB 153 90
256,105 256,105 0000000000000018ce1711dc56e1d3f4c42065d8ba9f9e64eb188e300c65d765 0.03 MB 72 131
256,104 256,104 00000000000000012a98c72e528e0fdb5af1c4fe5ae154afb68b805db260f1fb 0.01 MB 18 259
256,103 256,103 000000000000002523c476ebe77ca294562e79fb14e42730b521100285b19377 0.07 MB 153 91
256,102 256,102 0000000000000005a83132b71cb8eb15034f10e2272fec357f19956b9cfc4735 0.02 MB 28 71
256,101 256,101 000000000000001d8aa1baa4fd121a61ba7145f6690e1958ad34452e0e0360a3 0.19 MB 462 118
256,100 256,100 000000000000001b34758fb7955da4fbbb2e4eac9e7ea4255a7bc7a6a6423987 0.13 MB 303 137
256,099 256,099 00000000000000152ab0ba37cbbd927f63bdafd8a8dd730164bb5ac4145d4d43 0.11 MB 232 98
256,098 256,098 00000000000000233a55f5a07f363aef22620b96ec300ec2cf624def002eea6a 0.19 MB 485 130
256,097 256,097 000000000000000987a9e8cc3bd5f3529c985a8f2d97293a55eddd9ec69969fb 0.16 MB 398 125
256,096 256,096 0000000000000009559fc172347cd34315ea5862ad6dfa2f0355aa4a25a0cffc 0.20 MB 216 79
256,095 256,095 0000000000000004a6d6a64111606be0748403f826441b594ecf752ea4160f78 0.14 MB 304 115
256,094 256,094 0000000000000005a04d212b3aa8e24c9fe303ddfd903cab0345875d34aed472 0.16 MB 300 123
256,093 256,093 000000000000001711acd259b2e90df600107c1de854e9393e5e5164cabaadc3 0.16 MB 414 161
256,092 256,092 000000000000002b9f6570cf13f1c05efafe7be763ef9b7b82c3bec0a35357d6 0.09 MB 226 116
256,091 256,091 0000000000000028bcb3cbada677a6b2f325f6ba98c0844dcbea9f1c7da9267f 0.05 MB 151 117
256,090 256,090 000000000000000d100b3ce20311c318f3299bdb348f710295dc55f720b7f81a 0.08 MB 185 91
256,089 256,089 000000000000000fe1fd525a5d4771211d8d9a5d9d34dc806a35d8fd8ceb0148 0.15 MB 381 117
256,088 256,088 0000000000000009901ada1d9f3bd84d7c5cdcfe670ba2efc2619bffa1ff9ae9 0.22 MB 575 122
Previous 10 blocks ↓
Total Size: 769.22 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,634.70 GB sent, 94.05 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.