Memory Pool Memory Pool Refreshing

1,161 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,140 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (715,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,227 192,227 000000000000029320fe46534a47d0446c1a1462ba6ba54992e68f2618652b84 0.00 MB 10 20
192,226 192,226 0000000000000342b63e6461010c80ba7c18eb55b266cff1bd3579d38c8b589a 0.06 MB 128 188
192,225 192,225 000000000000081285b82fd43ca1bb630c128d12d44c6c4879c7401d70ca8fcc 0.03 MB 92 14
192,224 192,224 000000000000048fb635cd0cd3b3aee068323a6f4efaf390e4f8b0c930e1e382 0.02 MB 49 132
192,223 192,223 0000000000000764aadae0998686e5f4867b6a2b65a6517d4cf591b735a50124 0.08 MB 205 132
192,222 192,222 000000000000051db7b7bfbe7df22c4cb3bdf52f819fa13cb2035c980f1403d4 0.00 MB 11 295
192,221 192,221 0000000000000052d004c8da93c45a427a4a2337db89bc0bb39b75978fe91ad9 0.02 MB 52 140
192,220 192,220 000000000000044e95c87f7b81b63227bc56a8f68e730cd8b86e4505cfb27d00 0.05 MB 167 126
192,219 192,219 00000000000005ed34e03df4d2fa0f8610786f1d06d1567aa0a07de7341be140 0.25 MB 301 94
192,218 192,218 0000000000000122e3417bc013c4e82efb226092b43e5efc222c30e0ba40710b 0.06 MB 174 81
192,217 192,217 00000000000007a27e0bdb77c3e013ef712432e6c5284548cf6ed9af21d4fd00 0.02 MB 38 57
192,216 192,216 0000000000000714b70b901a128eb96aed7a8878d8befd202f229c58b1558ac2 0.19 MB 510 151
192,215 192,215 00000000000002f52f7d0f2b0cf40e97286a6bdac516fb57ebf1f9167307a7b7 0.01 MB 24 25
192,214 192,214 00000000000002af6e57ce734f694c5181039e07900fbe2a3f53ee0a850b9793 0.06 MB 66 156
192,213 192,213 0000000000000732daf146505da687b6033464b53d9819a05bb742166f3d705b 0.11 MB 302 149
192,212 192,212 000000000000017bafdbe4e6d7d8c8559d8166b98f372e378cc3ac68fdef5cd2 0.02 MB 66 584
192,211 192,211 00000000000004a2ce420f8eef74add3804ce44242bc83365f6995ceea25fe9e 0.17 MB 426 68
192,210 192,210 000000000000062c0f8d0256ea5dba2b82eb64aceb975dcc0aa5383776203b11 0.09 MB 228 119
192,209 192,209 00000000000002aa6658b216ac86ed9307ab36d682dea949d89034f7f5978a9e 0.10 MB 222 103
192,208 192,208 00000000000001e829307134fad25397893e07c9d8cc19480d3cc2f4e0ce552a 0.08 MB 256 180
192,207 192,207 000000000000060cbb8a8c284e1422c3501c55494db469714b871f8db944fca9 0.25 MB 631 139
Previous 10 blocks ↓
Total Size: 769.56 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,649.15 GB sent, 95.73 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.