Memory Pool Memory Pool Refreshing

1,812 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,809 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (718,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,369 189,369 0000000000000881194849d3d457144dac319baacb212a2be9f4702f98b77509 0.05 MB 132 97
189,368 189,368 00000000000002df68f95a8488c19eda38c7a368bca180c13f3379f0ad9898d2 0.02 MB 54 69
189,367 189,367 00000000000001f31ee9b82cbd6763d3daee508cb27e227b3d9ec981f9cb16d4 0.05 MB 153 33
189,366 189,366 0000000000000542ecaaeda0cc1d3867ca037ddd4a4832a863d18aa3aa66fa22 0.11 MB 246 115
189,365 189,365 0000000000000414c241680d2f09a90e29f97f9502c0f91c096d1feb360c2e84 0.05 MB 134 27
189,364 189,364 00000000000004072caec40c67b514e0b2bdf078df458a0f8df1c57c23588b60 0.06 MB 128 47
189,363 189,363 00000000000006037a93ea413ffc8431954176147fa821f40365e168c03ee868 0.08 MB 211 166
189,362 189,362 000000000000071053fa895cb0a965223ce386c1f90c278af5c89214ae5066c8 0.07 MB 146 114
189,361 189,361 00000000000004f77730115388b20e399e8a4642ead67d071261da71bb16c496 0.21 MB 385 372
189,360 189,360 00000000000001addb8c06a72583f9ad8c5fb88ec3437a7bc320c674ac44d696 0.00 MB 11 61
189,359 189,359 00000000000001dbe28acfad506d9ef3eff4a13d16ae790d9b74ed81decf4982 0.05 MB 106 274
189,358 189,358 0000000000000198a3d0e37ce00465ea9af17f4354aae372229214c7ab2ae4a1 0.00 MB 8 3,030
189,357 189,357 0000000000000003bc2a037975acf42873d0a7564265382723dd03079f188f12 0.06 MB 197 5
189,356 189,356 0000000000000322216b8d1dd14df51b5e3f284f3a4e88c7487888bc2823f5e1 0.08 MB 146 575
189,355 189,355 0000000000000598f5b425ec72406d098b1835356969061fb4f1c683246ef027 0.06 MB 117 894
189,354 189,354 00000000000004f5d144e9772dd4e6d1305a8b0aa9f932c516cbe27329516c25 0.09 MB 163 123
189,353 189,353 000000000000043f911a33b31f0f8d327ab330b1b99f3b355161d493529bcdc8 0.03 MB 45 16
189,352 189,352 000000000000053ec86b8b56de03b75284327e72f0d017627b6c133643130b8d 0.15 MB 398 139
189,351 189,351 000000000000095ce47eedd8c779ba43a5a16f56b8f9bf69bd88e3c695a285f7 0.16 MB 329 112
189,350 189,350 00000000000003f6a904d2e19755668c3f05254e89d4ffd72b35292acf517115 0.42 MB 808 108
189,349 189,349 00000000000004e450e79d0c73fdd97a483126b10334c4d1ce937dc294610b40 0.07 MB 167 118
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.