Memory Pool Memory Pool Refreshing

7,113 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (726,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,094 181,094 000000000000024bd7b0d0c27777f4dd366d4b22bc6e7383df5358a26c9ccb34 0.05 MB 130 74
181,093 181,093 00000000000007885fd26b379b815b495a36a011517b0dd8fdc4d9d6ebab74df 0.00 MB 6 624
181,092 181,092 0000000000000162e062b9b1d369f25b9b4fc5aba543f1a835bf8f625dcfa934 0.20 MB 515 127
181,091 181,091 00000000000000e10a9bcd3c1b904d6f87518c575da1185b28ae29dbe45ee213 0.00 MB 7 0
181,090 181,090 00000000000005f9e77b3cf82e1e0b4dce64f7a5e58aff75d34d05e9c55b91eb 0.25 MB 512 105
181,089 181,089 00000000000006b47a141ce52de8a9d7df369081f21441a6038e30f12585fd33 0.22 MB 485 250
181,088 181,088 00000000000007b2fb4fe2d59dff8786b797eaebe2d18579328670a0251d202a 0.03 MB 77 77
181,087 181,087 000000000000019a6ed4b522b79f34260041178790c18dfcf9e6b3bebdd50f70 0.00 MB 7 0
181,086 181,086 00000000000007436a85b0a68dbf43b689105e78d3b9afc669170023f2cec672 0.30 MB 533 134
181,085 181,085 00000000000004f7fbf950b1ea25cd0c90ded292921542411492075aab473604 0.05 MB 110 100
181,084 181,084 000000000000031c6a6da880dd20f3f3c1d1bf49249738f19c8551d7b5595e23 0.05 MB 135 134
181,083 181,083 0000000000000108b2ae36a6f83646a56758f9dd03dd999827d92146c0c644a0 0.05 MB 119 50
181,082 181,082 00000000000004c845f2a13028fa1200098a967d48c13527a6a1fb72eced000a 0.02 MB 51 9
181,081 181,081 000000000000012b0e20393f7a230715ccbcaf6eb16f2b5abb2195468dc70f55 0.16 MB 383 177
181,080 181,080 000000000000094977dc1bcd3c028096a6ab110cf0a82031430e5356a42c91f7 0.05 MB 131 124
181,079 181,079 0000000000000077ad415624ce40f15c6f183f5815fcbd6aa09f77ccc79dd350 0.00 MB 8 0
181,078 181,078 00000000000004e45d95ffbbf802602e1b24282d16ff5e264143e80b2a28af7b 0.05 MB 97 50
181,077 181,077 00000000000008009de823cb5a7d5785a2a103a9f15ce9c6e8681b51941b1904 0.13 MB 298 183
181,076 181,076 00000000000000d8e913d69e73820a14fce137714df32bb61b89c31e565b0863 0.01 MB 16 129
181,075 181,075 00000000000004bc0f839afae97f307fa35429254408208fbc5e58905521ea2d 0.06 MB 125 106
181,074 181,074 00000000000002851de8c79fc77ca26e122f836b3b38fd0fff278e431c4a8ca2 0.13 MB 351 258
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.