Memory Pool Memory Pool Refreshing

7,091 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (383,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,521 524,521 000000000000000000345328e1efc58c7e81958005d3e1eb65ecf690b3d26afd 0.16 MB 235 70
524,520 524,520 0000000000000000002e0a1815a897ce1c2a0119d5e0ff323ec847c8a3b32b75 0.09 MB 232 21
524,519 524,519 0000000000000000002f5af3f3f2513ea0ccffef415293b514c2878c490e759e 0.52 MB 1,118 21
524,518 524,518 00000000000000000030c1ee811c9917a59f486e7f635f4d61438970c02b4be6 0.58 MB 1,400 29
524,517 524,517 000000000000000000076f067823a518f168ba26d0eb87e278d56c4cf87a75eb 0.66 MB 1,629 38
524,516 524,516 00000000000000000021d564775a20ab740ff897abf4ca543cb6651a433ab0a8 0.29 MB 427 3
524,515 524,515 00000000000000000036d23e20db25ffa948f79f6ef080c2df75f7cd6ca090ba 1.17 MB 2,545 31
524,514 524,514 00000000000000000006b6fd1f07c678f6c563d3205d0a8d0b3b0653ba6cab26 1.13 MB 2,736 25
524,513 524,513 00000000000000000000020093ea502dec7cd56a1f5e2e8dd0e3d669c47ebc0c 0.58 MB 1,304 43
524,512 524,512 0000000000000000000d2106b929401bddb1d9b2e0f36c47bec052290bb3580a 0.12 MB 294 39
524,511 524,511 0000000000000000000a5e7f7cb76c95b6f6d3127355be9aecfb2f9d57c7199f 0.19 MB 517 40
524,510 524,510 00000000000000000033ad70ee2fa602c932739371c98c14887e6c442b36a9cd 0.93 MB 2,140 31
524,509 524,509 0000000000000000002541afd5ed6337ab60bf7937a238e3d886d364a473dc61 0.58 MB 1,300 15
524,508 524,508 000000000000000000194bc374d98c0bba790ffb6d124c9dd8858dbcfcfd63bc 1.13 MB 2,837 34
524,507 524,507 0000000000000000001b820ebfee4b4b9f736a45902626a0a7ef443adaaaa40c 0.34 MB 799 34
524,506 524,506 00000000000000000011f196e0b7a86c7fb1f141e101497c1ab4210b69983f6b 0.14 MB 362 20
524,505 524,505 0000000000000000001b3cc913eb041ab2056d8955a7cae986423f012bca18f5 0.10 MB 269 16
524,504 524,504 0000000000000000003653ba21314095dd0880f6b3b76741d4eea2b5a7592df2 0.45 MB 877 42
524,503 524,503 0000000000000000002b4a1c8cbda56220b8ff27a9fe575ecf276d8f5b0fd85e 0.02 MB 65 33
524,502 524,502 00000000000000000023bf6996759bef0df1fe1642f60da0934193a97a7e2bfc 0.45 MB 851 25
524,501 524,501 0000000000000000003df0df604c6cb204ad1024b0a256e2de169e4c30d758e5 0.79 MB 1,919 33
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.